Skip to content

Commit

Permalink
Merge pull request #17 from mingoo36/master
Browse files Browse the repository at this point in the history
깃헙 액션4
  • Loading branch information
mingoo36 authored Dec 13, 2024
2 parents 01e90a1 + 2019cff commit 9aefa00
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docker-push-to-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ jobs:
- name: Log in to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1
with:
region: ${{ secrets.AWS_REGION }} # Secrets에서 AWS_REGION 가져오기
env:
AWS_REGION: ${{ secrets.AWS_REGION }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}


# 3. Docker 이미지 빌드 및 푸시
- name: Build and Push Docker Image
Expand Down

0 comments on commit 9aefa00

Please sign in to comment.