This commit is contained in:
Ayaz Salikhov
2022-05-12 19:47:05 +03:00
parent dea81a82e4
commit ddb993af5a

View File

@@ -47,7 +47,7 @@ jobs:
run: docker build --tag jupyter/${{ inputs.imageName }} --tag jupyter/${{ inputs.imageName }} .
shell: bash
- name: Save image as a file 💾
run: docker save jupyter/base-notebook -o /tmp/${{ inputs.imageName }}-${{ inputs.platform }}.tar
run: docker save jupyter/${{ inputs.imageName }} -o /tmp/${{ inputs.imageName }}-${{ inputs.platform }}.tar
shell: bash
- name: Upload artifact 💾