From 0ce9561ff062ac5b3409d9e292cc5b19d7eb8e54 Mon Sep 17 00:00:00 2001 From: anton Date: Thu, 18 Jan 2024 16:24:47 +0100 Subject: [PATCH] test --- .github/workflows/build_and_upload_on_push_to_dev.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 e8bb5940f..a83456f63 100644 --- a/.github/workflows/build_and_upload_on_push_to_dev.yaml +++ b/.github/workflows/build_and_upload_on_push_to_dev.yaml @@ -14,7 +14,7 @@ env: on: push: branches: - - "dev" + - "infra/FAIRSPC-23_github_actions_CI" jobs: # A job to generate one shared unique version tag per build cycle for all built artifacts @@ -39,7 +39,7 @@ jobs: DATE=$(date "+%Y%m%d%H%M%S") # DOCKER TAG TO BE ATTACHED (SHARED WITHIN OUTPUT): - SNAPSHOT_VERSION=SNAPSHOT-$VER-$DATE + SNAPSHOT_VERSION=SNAPSHOT-$VER echo "snapshot_version=$SNAPSHOT_VERSION" >> "$GITHUB_OUTPUT" echo "Docker tag to be attached to images: $SNAPSHOT_VERSION"