mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Update .github/workflows/docker-build-upload.yml
Co-authored-by: Tania Allard <taniar.allard@gmail.com>
This commit is contained in:
2
.github/workflows/docker-build-upload.yml
vendored
2
.github/workflows/docker-build-upload.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
|||||||
run: docker save jupyter/${{ inputs.image }} -o /tmp/${{ inputs.image }}-${{ inputs.platform }}.tar
|
run: docker save jupyter/${{ inputs.image }} -o /tmp/${{ inputs.image }}-${{ inputs.platform }}.tar
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Upload artifact 💾
|
- name: Upload image as artifact 💾
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.image }}-${{ inputs.platform }}
|
name: ${{ inputs.image }}-${{ inputs.platform }}
|
||||||
|
Reference in New Issue
Block a user