Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreenwood committed Jan 18, 2024
1 parent 35c6345 commit 0ce9561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_upload_on_push_to_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 0ce9561

Please sign in to comment.