Skip to content

Commit

Permalink
Fix: update ECR registry reference in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinebrasil committed Dec 14, 2024
1 parent e973f2b commit f532ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
kubectl get namespace $ENVIRONMENT || kubectl create namespace $ENVIRONMENT
IMAGE_TAG=${{ env.NEW_VERSION }}
kustomize edit set image web=$ECR_REGISTRY/$ECR_REPOSITORY:${{ env.NEW_VERSION }}
kustomize edit set image web=${{ needs.build.outputs.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.NEW_VERSION }}
echo "Deploying resources in $ENVIRONMENT environment"
Expand Down

0 comments on commit f532ab3

Please sign in to comment.