Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/push.yml
  • Loading branch information
bra-fsn committed Sep 20, 2024
2 parents 91d2f99 + ccd97cc commit 2bc47f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
with:
context: ${{ github.workspace }}/images/${{ matrix.folder }}
platforms: linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags }}-amd64
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ env.REGISTRY }}/sparecores/${{ matrix.folder }}:buildcache-amd64
Expand All @@ -79,6 +80,7 @@ jobs:
with:
context: ${{ github.workspace }}/images/${{ matrix.folder }}
platforms: linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}-arm64
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ env.REGISTRY }}/sparecores/${{ matrix.folder }}:buildcache-arm64
Expand Down

0 comments on commit 2bc47f6

Please sign in to comment.