Skip to content

Commit

Permalink
change sandbox to sbx
Browse files Browse the repository at this point in the history
  • Loading branch information
oluwolenpbc authored Oct 2, 2024
1 parent cfa7ccd commit a51ac93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
ECR_REPO_URI="$ECR_REPO_DOMAIN/ab2d_${{ inputs.module }}"
# Define target tags based on the environment
if [ "${{ inputs.environment }}" == "sandbox" ]; then
if [ "${{ inputs.environment }}" == "sbx" ]; then
TARGET_TAG="sandbox-latest"
elif [ "${{ inputs.environment }}" == "prod" ]; then
TARGET_TAG="prod-latest"
Expand Down

0 comments on commit a51ac93

Please sign in to comment.