Skip to content

Commit 7ef8a71

Browse files
fix
1 parent 00de054 commit 7ef8a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-intermediary-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
push: true
6262
cache-from: type=gha
6363
cache-to: type=gha,mode=max
64-
outputs: type=image,name=${{ steps.vars.outputs.FULL_IMAGE }},push-by-digest=true
64+
outputs: type=image,name=ghcr.io/${{ github.repository }}/${{ matrix.platform }},push-by-digest=true
6565

6666
- name: Save digest as artifact
6767
run: |

0 commit comments

Comments
 (0)