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 0d5a6b0 commit 94ab69dCopy full SHA for 94ab69d
.github/workflows/docker-build-test-upload.yml
@@ -102,7 +102,7 @@ jobs:
102
- name: Save image as a tar for later use 💾
103
run: |
104
mkdir -p /tmp/jupyter/images/
105
- docker save ${{ env.OWNER }}/${{ inputs.image }} | zstd > /tmp/jupyter/images/${{ inputs.image }}-${{ inputs.platform }}.tar.zst
+ docker save ${{ env.REGISTRY }}/${{ env.OWNER }}/${{ inputs.image }} | zstd > /tmp/jupyter/images/${{ inputs.image }}-${{ inputs.platform }}.tar.zst
106
shell: bash
107
- name: Upload image as artifact 💾
108
uses: actions/upload-artifact@v3
0 commit comments