Skip to content

Commit

Permalink
Improve docker multiplatform build condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Nov 8, 2024
1 parent 131b6f3 commit ae37af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-hub-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- name: Create manifest list and push
if: github.ref != 'refs/heads/develop'
if: github.ref == 'refs/heads/master' || contains(github.ref, 'refs/tags/')
run: |
for tag in "deps" "dev" "runtime" "cli"; do
cd "/tmp/digests/${tag}"
Expand Down

0 comments on commit ae37af7

Please sign in to comment.