Actually push the build arm images to ghcr.io

main
Dimitri Huisman 2 years ago
parent c6deb84ab0
commit b3151e9904
No known key found for this signature in database

@ -300,7 +300,7 @@ jobs:
files: ${{env.HCL_FILE}}
targets: ${{ matrix.target }}
load: false
push: false
push: true
set: |
*.cache-from=type=registry,ref=ghcr.io/${{ steps.string.outputs.lowercase }}/${{ matrix.target }}:buildcache-arm
*.cache-to=type=registry,ref=ghcr.io/${{ steps.string.outputs.lowercase }}/${{ matrix.target }}:buildcache-arm,mode=max

Loading…
Cancel
Save