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

Co-authored-by: Tania Allard <taniar.allard@gmail.com>
This commit is contained in:
Ayaz Salikhov
2022-05-18 19:29:45 +03:00
committed by GitHub
parent f2c45508e0
commit 927cbf8cfb

View File

@@ -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 }}