Skip to content

Commit

Permalink
Fixed conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
slaveeks committed Apr 21, 2022
1 parent d33a516 commit 5d1449f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
push: ${{ endsWith(github.ref, 'refs/tags/v') }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 5d1449f

Please sign in to comment.