Skip to content

Commit

Permalink
refector(#1) : CI/CD 초기설정
Browse files Browse the repository at this point in the history
  • Loading branch information
2swo committed Aug 31, 2023
1 parent cee0cf1 commit 441e1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ma6-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down

0 comments on commit 441e1f8

Please sign in to comment.