Skip to content

Commit

Permalink
OBS-268: Fix workflow syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
smarnach committed Jul 18, 2024
1 parent 0dca187 commit 789d4bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 789d4bf

Please sign in to comment.