Skip to content

Commit

Permalink
Merge pull request #284 from Team-BC-1/feat/add-github-secretkey-aws-ecr
Browse files Browse the repository at this point in the history
cd-v2.yml 에 ECR_REPOSITORY 변경
  • Loading branch information
Binsreoun authored Mar 15, 2024
2 parents ec005f1 + 12b1b88 commit fe73ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: build docker file and setting deploy files
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REPOSITORY: gream-ecr
ECR_REPOSITORY: gream
IMAGE_TAG: ${{ github.sha }}
run: |
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
Expand Down

0 comments on commit fe73ccc

Please sign in to comment.