From c60e5258d3bc26aa4fb1038ad10596a9e13e76dd Mon Sep 17 00:00:00 2001 From: anton Date: Thu, 21 Dec 2023 11:44:27 +0100 Subject: [PATCH] FAIRSPC-23: test outputs --- .github/workflows/build_and_upload_on_push_to_dev.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_and_upload_on_push_to_dev.yaml b/.github/workflows/build_and_upload_on_push_to_dev.yaml index 0368682d3..3c1b1f147 100644 --- a/.github/workflows/build_and_upload_on_push_to_dev.yaml +++ b/.github/workflows/build_and_upload_on_push_to_dev.yaml @@ -39,6 +39,7 @@ jobs: DATE=$(date "+%Y%m%d%H%M%S") # DOCKER TAG TO BE ATTACHED (SHARED WITHIN OUTPUT): + SNAPSHOT_VERSION=latest echo "snapshot_version=$SNAPSHOT_VERSION" >> "$GITHUB_OUTPUT" echo "Docker tag to be attached to images: $SNAPSHOT_VERSION"