Skip to content

Commit

Permalink
push to different tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed Sep 20, 2024
1 parent 3de4fce commit 91d2f99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
with:
context: ${{ github.workspace }}/images/${{ matrix.folder }}
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta.outputs.tags }}-amd64
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ env.REGISTRY }}/sparecores/${{ matrix.folder }}:buildcache-amd64
cache-to: type=registry,ref=${{ env.REGISTRY }}/sparecores/${{ matrix.folder }}:buildcache-amd64,mode=max
Expand All @@ -79,7 +79,7 @@ jobs:
with:
context: ${{ github.workspace }}/images/${{ matrix.folder }}
platforms: linux/arm64
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta.outputs.tags }}-arm64
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ env.REGISTRY }}/sparecores/${{ matrix.folder }}:buildcache-arm64
cache-to: type=registry,ref=${{ env.REGISTRY }}/sparecores/${{ matrix.folder }}:buildcache-arm64,mode=max

0 comments on commit 91d2f99

Please sign in to comment.