Skip to content

Commit b684187

Browse files
committed
ECR URL 변경
1 parent 7130519 commit b684187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/core-service.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
OIDC_ROLE_ARN: ${{ secrets.OIDC_ROLE }}
1111
DEPLOY_ENV: ${{ github.ref == 'refs/heads/main' && 'PROD' || 'DEV' }}
1212
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
13-
ECR_URL: ${{ secrets.ECR_REPO_DEV }}
13+
ECR_URL: ${{ secrets.AWS_ECR_DEV_CORE }}
1414

1515
permissions:
1616
id-token: write
@@ -80,7 +80,7 @@ jobs:
8080
fi
8181
8282
cd $KUSTOMIZE_PATH
83-
kustomize edit set image catcher-core-image="${{ steps.login-ecr.outputs.registry }}:${{ github.sha }}"
83+
kustomize edit set image catcher-core-image="${{ env.ECR_URL }}:${{ github.sha }}"
8484
kustomize build .
8585
cat kustomization.yaml
8686

0 commit comments

Comments
 (0)