From 789d4bf94418215d235b8363e16ba1d7a311be3a Mon Sep 17 00:00:00 2001 From: Sven Marnach Date: Thu, 18 Jul 2024 19:25:38 +0200 Subject: [PATCH] OBS-268: Fix workflow syntax. --- .github/workflows/build-and-push.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index bc56a69ec..d8dbb5e37 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -59,6 +59,7 @@ jobs: echo IMAGE_TAG=latest >> "$GITHUB_ENV" # Updates to the main branch are deployed to stage. echo DEPLOYMENT_ENV=stage >> "$GITHUB_ENV" + - name: Set Docker image tag to "test" for updates of the build-test-image branch if: github.ref == 'refs/heads/build-test-image' run: | # Pushing to the "build-test-image" branch builds an image tagged "test" that's not