Skip to content

Commit 2642bcf

Browse files
committed
Update file.
1 parent e457412 commit 2642bcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-north.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/upload-artifact@v4
7979
with:
8080
name: jupyter-image
81-
path: ${{ runner.temp }}/jupyter.tar.gz
81+
path: ${{ runner.temp }}/jupyter.tar
8282
test_and_push_image:
8383
name: Test Jupyter Image
8484
needs: build
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Load and test in Jupyter container
9898
run: |
99-
docker load -i ${{ runner.temp }}/jupyter.tar.gz
99+
docker load -i ${{ runner.temp }}/jupyter.tar
100100
101101
RAW_TAGS="${{ needs.build.outputs.tags }}"
102102
echo "Raw tags: $RAW_TAGS"

0 commit comments

Comments
 (0)