Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
yurishkuro committed Jun 29, 2024
1 parent 44e9379 commit c3fc6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Build and maybe push Docker image
# TODO remove next line
if: github.event_name != 'pull_request'
uses: docker/build-push-action@v6.2
uses: docker/build-push-action@v6
with:
push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }}
load: github.event_name == 'pull_request'
Expand Down

0 comments on commit c3fc6fe

Please sign in to comment.