Skip to content

Commit

Permalink
Fix to provide image name for post-build loading
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed Apr 4, 2024
1 parent 452f65f commit 0088c0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/PR-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
with:
context: ./pipeline/seq_retrieval/
push: false
tag: agr_pavi/seq_retrieval:latest
outputs: type=docker,dest=/tmp/pavi_seq_retrieval_docker_image.tar
- name: Upload image as artifact (share between jobs)
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -105,6 +106,7 @@ jobs:
with:
context: ./pipeline/alignment/
push: false
tag: agr_pavi/alignment:latest
outputs: type=docker,dest=/tmp/pavi_alignment_docker_image.tar
- name: Upload image as artifact (share between jobs)
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0088c0f

Please sign in to comment.