Skip to content

Commit

Permalink
👷 (ci): Push container if secret source is "Actions"
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jan 6, 2023
1 parent c290bdc commit 1778b41
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 @@ -90,7 +90,7 @@ jobs:
with:
context: .
pull: true
push: ${{ github.ref == 'refs/heads/main' }}
push: ${{ github.secret_source == 'Actions' }}
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 1778b41

Please sign in to comment.