Skip to content

Commit

Permalink
fix: GithubActions Dockerhub 로그인 문제 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepelown authored Dec 2, 2024
1 parent 89feb72 commit 6786159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Docker build
run: |
docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_PASSWORD }}
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
docker build -t seongwonyoon/wabi .
docker tag wabi seongwonyoon/wabi:${GITHUB_SHA::7}
docker push seongwonyoon/wabi:${GITHUB_SHA::7}
Expand Down

0 comments on commit 6786159

Please sign in to comment.