Skip to content

Commit

Permalink
Update promote.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadibhatla authored Nov 1, 2024
1 parent 1719071 commit e9bdafb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
if [ "${{ inputs.environment }}" == "prod_test" ]; then
echo "TAG_PREFIX=ab2d-prod-test" >> $GITHUB_ENV
else
echo "TAG_PREFIX=ab2d-$DEPLOYMENT_ENV" >> $GITHUB_ENV
echo "TAG_PREFIX=ab2d-$DEPLOYMENT_ENV" >> $GITHUB_ENV
fi
- name: Retag images in ECR
env:
Expand Down

0 comments on commit e9bdafb

Please sign in to comment.