Skip to content

Commit

Permalink
Update composeImage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aicnal committed Nov 4, 2024
1 parent f90a5e7 commit 0df783b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/composeImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- name: 登陆DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}$$
password: ${{secrets.DOCKER_HUB_TOKEN}}
username: ${{ secrets.DOCKER_USERNAME }}$$
password: ${{secrets.DOCKER_TOKEN}}

- name: 构建并且推送到Docker Hub
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 0df783b

Please sign in to comment.