mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Fix
This commit is contained in:
2
.github/workflows/sub-build-push-image.yml
vendored
2
.github/workflows/sub-build-push-image.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
|||||||
run: docker build --tag jupyter/${{ inputs.imageName }} --tag jupyter/${{ inputs.imageName }} .
|
run: docker build --tag jupyter/${{ inputs.imageName }} --tag jupyter/${{ inputs.imageName }} .
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Save image as a file 💾
|
- 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
|
shell: bash
|
||||||
|
|
||||||
- name: Upload artifact 💾
|
- name: Upload artifact 💾
|
||||||
|
Reference in New Issue
Block a user