Skip to content

Commit

Permalink
update the prod image tag (#15848)
Browse files Browse the repository at this point in the history
Signed-off-by: Basma1912 <basad@mozilla.com>
  • Loading branch information
Basma1912 authored Jan 13, 2025
1 parent 25b38f7 commit 515b1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
echo TAG="$(git describe --tags --abbrev=7)" >> "$GITHUB_ENV"
echo TAG="prod-$(git rev-parse HEAD)" >> "$GITHUB_ENV"
# Version tags are deployed to prod.
echo DEPLOYMENT_ENV=prod >> "$GITHUB_ENV"
echo DEPLOYMENT_REALM=prod >> "$GITHUB_ENV"
Expand Down

0 comments on commit 515b1b2

Please sign in to comment.