Skip to content

Commit

Permalink
修改工作流配置文件
Browse files Browse the repository at this point in the history
  • Loading branch information
electronic-pig committed Dec 12, 2023
1 parent 9b1afab commit 92e3570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2

- name: Login to Docker Hub
run: docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin

- name: Build and Push Docker Image
run: |
Expand Down

0 comments on commit 92e3570

Please sign in to comment.