Skip to content

Commit

Permalink
wrap in expression
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed Apr 10, 2024
1 parent 2c616e5 commit 7eb6299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
with:
context: .
file: deployment/Dockerfile
push: github.ref == 'refs/heads/master'
push: ${{ github.ref == 'refs/heads/master' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
Expand Down

0 comments on commit 7eb6299

Please sign in to comment.