diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 99ee34c..4c816f0 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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 @@ -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