Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
fix: workflows의 env를 secrets로 변경
  • Loading branch information
yubinquitous authored Oct 23, 2023
1 parent 9cf8104 commit cf74b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

- name: Pull image from Amazon ECR
run: |
docker pull ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}
docker pull ${{ secrets.ECR_REGISTRY }}/${{ secrets.ECR_REPOSITORY }}:${{ secrets.IMAGE_TAG }}
- name: Restart container
run: |
Expand Down

0 comments on commit cf74b4c

Please sign in to comment.