Skip to content

Commit d713e91

Browse files
committed
Forgot registry/repo
1 parent acb42cf commit d713e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168

169169
- name: Save Docker Image
170170
id: save-docker-image
171-
run: docker save "${IMAGE}:main-${SUB}" -o "${IMAGE}-main-${SUB}.tar"
171+
run: docker save "ghcr.io/cross-rs/${IMAGE}:main-${SUB}" -o "${IMAGE}-main-${SUB}.tar"
172172
env:
173173
IMAGE: ${{ matrix.image }}
174174
SUB: ${{ matrix.sub }}

0 commit comments

Comments
 (0)