From 0088c0fb032b6b95fee4a2c52c50efc7ad6ab113 Mon Sep 17 00:00:00 2001 From: Manuel Luypaert Date: Thu, 4 Apr 2024 16:21:25 +0100 Subject: [PATCH] Fix to provide image name for post-build loading --- .github/workflows/PR-validation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/PR-validation.yml b/.github/workflows/PR-validation.yml index 74995019..3094bbaf 100644 --- a/.github/workflows/PR-validation.yml +++ b/.github/workflows/PR-validation.yml @@ -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 @@ -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