Skip to content

Commit

Permalink
Merge pull request #282 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
vanillacake369 authored Mar 15, 2024
2 parents 2440097 + 26ca8b0 commit ec005f1
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: ${{ secrets.ECR_REPOSITORY_NAME }}
ECR_REPOSITORY: gream-ecr
IMAGE_TAG: ${{ github.sha }}
run: |
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
Expand Down

0 comments on commit ec005f1

Please sign in to comment.