Skip to content

Commit 091376b

Browse files
Update release-prod.yml
1 parent 03e19ce commit 091376b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
kubectl get namespace $ENVIRONMENT || kubectl create namespace $ENVIRONMENT
126126
127127
IMAGE_TAG=${{ env.NEW_VERSION }}
128-
kustomize edit set image web=${{ needs.build.outputs.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.NEW_VERSION }}
128+
kustomize edit set image app/tc-auth-service=${{ needs.build.outputs.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.NEW_VERSION }}
129129
130130
echo "Deploying $SERVICE_NAME in $ENVIRONMENT environment"
131131
echo "Using image version: ${{ env.NEW_VERSION }}"

0 commit comments

Comments
 (0)