Skip to content

Commit

Permalink
always push
Browse files Browse the repository at this point in the history
  • Loading branch information
phenylshima committed Nov 27, 2023
1 parent 4987f73 commit 451c022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: .
push: ${{ startsWith(github.event.ref, 'refs/tags/') }}
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
Expand Down

0 comments on commit 451c022

Please sign in to comment.