Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme authored Nov 3, 2024
1 parent f8cbc20 commit d63d7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
with:
context: .
platforms: ${{ steps.prepare.outputs.platforms }}
push: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && inputs.ref == '' || startsWith(github.ref, 'refs/tags/') }}
push: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && inputs.ref == '' || github.ref_type == 'tag' }}
tags: ${{ steps.docker-metadata.outputs.tags }}
labels: ${{ steps.docker-metadata.outputs.labels }}

Expand Down

0 comments on commit d63d7bf

Please sign in to comment.