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"