Skip to content

Commit e485286

Browse files
committed
file type.
1 parent 2642bcf commit e485286

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-north.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ jobs:
7373
push: false
7474
tags: ${{ steps.meta.outputs.tags }}
7575
labels: ${{ steps.meta.outputs.labels }}
76-
outputs: type=docker,dest=${{ runner.temp }}/jupyter.tar
76+
outputs: type=docker,dest=${{ runner.temp }}/jupyter.tar.gz
7777
- name: Upload artifact
7878
uses: actions/upload-artifact@v4
7979
with:
8080
name: jupyter-image
81-
path: ${{ runner.temp }}/jupyter.tar
81+
path: ${{ runner.temp }}/jupyter.tar.gz
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
99+
docker load -i ${{ runner.temp }}/jupyter.tar.gz
100100
101101
RAW_TAGS="${{ needs.build.outputs.tags }}"
102102
echo "Raw tags: $RAW_TAGS"

0 commit comments

Comments
 (0)