Skip to content

Commit

Permalink
fixing build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CorwinAnsley committed Sep 11, 2024
1 parent 88cdcc9 commit dbf752c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_deb_pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ jobs:
docker pull polionanopore/piranha:latest
- name: save piranha docker image to file
working-directory: ./artifice/piranha_image_file/
working-directory: ./artifice/
run: |
docker save --output piranha.tar polionanopore/piranha:latest
docker save --output piranha_image_file/piranha.tar polionanopore/piranha:latest
- name: Temporarily save piranha docker image
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit dbf752c

Please sign in to comment.