Skip to content

Commit

Permalink
Use registry during docker save
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Oct 19, 2023
1 parent 0d5a6b0 commit 94ab69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-test-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Save image as a tar for later use 💾
run: |
mkdir -p /tmp/jupyter/images/
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
shell: bash
- name: Upload image as artifact 💾
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 94ab69d

Please sign in to comment.