Skip to content

Commit

Permalink
ci(build): Simplify Docker push param
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Apr 8, 2024
1 parent aaf57fb commit 1c36679
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 @@ -63,7 +63,7 @@ jobs:
with:
context: .
pull: true
push: ${{ github.ref_name == 'main' || startsWith(github.ref, 'refs/tags/v') }}
push: ${{ steps.meta.outputs.tags != '' }}
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 1c36679

Please sign in to comment.