Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Varesi committed Oct 18, 2024
1 parent 08df670 commit 54fa58b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ jobs:
with:
#push: ${{ github.ref_name == 'master' || startsWith(github.ref, 'refs/tags/') }}
tags: xstefanox/swarmcret:${{ steps.image_version.outputs.DEFAULT_IMAGE_VERSION }}
platforms:
- linux/amd64
- linux/arm64
platforms: linux/amd64,linux/arm64
target: default
outputs: ${{ steps.image_version.outputs.PUSH_IMAGE == 'true' && 'type=cacheonly' || 'type=registry' }}

Expand All @@ -60,8 +58,6 @@ jobs:
with:
#push: ${{ github.ref_name == 'master' || startsWith(github.ref, 'refs/tags/') }}
tags: xstefanox/swarmcret:${{ steps.image_version.outputs.ALPINE_IMAGE_VERSION }}
platforms:
- linux/amd64
- linux/arm64
platforms: linux/amd64,linux/arm64
target: alpine
outputs: ${{ steps.image_version.outputs.PUSH_IMAGE == 'true' && 'type=cacheonly' || 'type=registry' }}

0 comments on commit 54fa58b

Please sign in to comment.