We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb42cf commit d713e91Copy full SHA for d713e91
.github/workflows/ci.yml
@@ -168,7 +168,7 @@ jobs:
168
169
- name: Save Docker Image
170
id: save-docker-image
171
- run: docker save "${IMAGE}:main-${SUB}" -o "${IMAGE}-main-${SUB}.tar"
+ run: docker save "ghcr.io/cross-rs/${IMAGE}:main-${SUB}" -o "${IMAGE}-main-${SUB}.tar"
172
env:
173
IMAGE: ${{ matrix.image }}
174
SUB: ${{ matrix.sub }}
0 commit comments