Skip to content

Commit

Permalink
try including runner.temp for gzip filepath??
Browse files Browse the repository at this point in the history
  • Loading branch information
lukey-luke committed Feb 4, 2025
1 parent b12b60d commit ecb59ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
make ci-portal
- name: gzip the image
run: docker save dpc-$REPOSITORY:latest | gzip > $REPOSITORY_latest.tar.gz
run: docker save dpc-$REPOSITORY:latest | gzip > ${{ runner.temp }}/$REPOSITORY_latest.tar.gz
- name: upload tar artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ecb59ed

Please sign in to comment.