Skip to content

Commit 94ab69d

Browse files
committed
Use registry during docker save
1 parent 0d5a6b0 commit 94ab69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-test-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Save image as a tar for later use 💾
103103
run: |
104104
mkdir -p /tmp/jupyter/images/
105-
docker save ${{ env.OWNER }}/${{ inputs.image }} | zstd > /tmp/jupyter/images/${{ inputs.image }}-${{ inputs.platform }}.tar.zst
105+
docker save ${{ env.REGISTRY }}/${{ env.OWNER }}/${{ inputs.image }} | zstd > /tmp/jupyter/images/${{ inputs.image }}-${{ inputs.platform }}.tar.zst
106106
shell: bash
107107
- name: Upload image as artifact 💾
108108
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)