File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
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"
You can’t perform that action at this time.
0 commit comments