Skip to content

Commit

Permalink
dev-cicd.yml 도커 로그인 액션 버전 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
MinchoGreenT committed Mar 13, 2024
1 parent baddbbb commit bed04e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
arguments: clean build

- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3.0.0
with:
username: $DOCKER_USERNAME
password: $DOCKER_PASSWORD
Expand Down

0 comments on commit bed04e5

Please sign in to comment.