We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e457412 commit 2642bcfCopy full SHA for 2642bcf
.github/workflows/publish-north.yaml
@@ -78,7 +78,7 @@ jobs:
78
uses: actions/upload-artifact@v4
79
with:
80
name: jupyter-image
81
- path: ${{ runner.temp }}/jupyter.tar.gz
+ path: ${{ runner.temp }}/jupyter.tar
82
test_and_push_image:
83
name: Test Jupyter Image
84
needs: build
@@ -96,7 +96,7 @@ jobs:
96
97
- name: Load and test in Jupyter container
98
run: |
99
- docker load -i ${{ runner.temp }}/jupyter.tar.gz
+ docker load -i ${{ runner.temp }}/jupyter.tar
100
101
RAW_TAGS="${{ needs.build.outputs.tags }}"
102
echo "Raw tags: $RAW_TAGS"
0 commit comments