Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hysong4u authored Feb 12, 2024
1 parent 9cc70f2 commit 48851f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:

# DockerHub Login (3)
- name: docker login
uses: docker/login-action@v2
uses: docker/login-action@v2.2.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PW }}
password: ${{ secrets.DOKERHUB_TOKEN}}

# Docker Hub push (4)
- name: docker Hub push
Expand Down

0 comments on commit 48851f3

Please sign in to comment.