Skip to content

Commit

Permalink
use expression syntax to convert to bool-y thing?
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwecan committed Feb 17, 2024
1 parent c8b729c commit c346246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image_build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
context: .
file: ./Dockerfile
builder: ${{ steps.buildx.outputs.name }}
push: github.event_name != 'pull_request'
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
target: ${{ matrix.service }}
# Using native GitHub action caching as shown here:
Expand Down

0 comments on commit c346246

Please sign in to comment.