We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00de054 commit 7ef8a71Copy full SHA for 7ef8a71
.github/workflows/build-intermediary-image.yml
@@ -61,7 +61,7 @@ jobs:
61
push: true
62
cache-from: type=gha
63
cache-to: type=gha,mode=max
64
- outputs: type=image,name=${{ steps.vars.outputs.FULL_IMAGE }},push-by-digest=true
+ outputs: type=image,name=ghcr.io/${{ github.repository }}/${{ matrix.platform }},push-by-digest=true
65
66
- name: Save digest as artifact
67
run: |
0 commit comments