mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 23:12: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
|
||||
shell: bash
|
||||
|
||||
- name: Upload artifact 💾
|
||||
- name: Upload image as artifact 💾
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ inputs.image }}-${{ inputs.platform }}
|
||||
|
Reference in New Issue
Block a user