Skip to content

Commit

Permalink
fix: secretes 오타 secrets로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bflykky committed Jul 30, 2024
1 parent bc6a5b4 commit e39a008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Docker Hub login
uses: docker/login-action@v3
with:
username: ${{ secretes.DOCKERHUB_USERNAME }}
password: ${{ secretes.DOCKERHUB_TOKEN_READ_WRITE }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN_READ_WRITE }}

# docker hub에 image push
- name: docker image push
Expand Down

0 comments on commit e39a008

Please sign in to comment.