Skip to content

Commit

Permalink
Merge pull request #295 from Team-BC-1/feat/update-githubactions-version
Browse files Browse the repository at this point in the history
cd-v2.yml 에서 actions 버전 업데이트
  • Loading branch information
vanillacake369 authored Mar 17, 2024
2 parents cf5b260 + 4eb21c3 commit 3522c4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
shell: bash

- name: aws configure
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_KEY }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }}
aws-region: ap-northeast-2

- name: Login to ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1
uses: aws-actions/amazon-ecr-login@v2

- name: build docker file and setting deploy files
env:
Expand Down

0 comments on commit 3522c4e

Please sign in to comment.