Skip to content

Commit

Permalink
ci: changed the image tag used to deploy uat. no longer calculates t… (
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot authored Jan 20, 2025
1 parent 503a79e commit d6ead6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
uses: ./.github/workflows/uat.yml
secrets: inherit
with:
tag: ${{ needs.vars.outputs.pr }}

tag: ${{ needs.vars.outputs.release-name }}
promote-images-uat:
name: Promote Images - Uat
needs: [vars,deploys-uat]
Expand Down

0 comments on commit d6ead6d

Please sign in to comment.