Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MemoryCollection authored Nov 15, 2024
1 parent 1a4dc27 commit 428dd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: docker/#-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }} # 你的 Docker Hub 用户名
password: ${{ secrets.DOCKER_PASSWORD }} # 你的 Docker Hub 密码 (存储在 GitHub Secrets)
password: ${{ secrets.DOCKER_PASSWORD }} # 你的 Docker Hub 密码

# 4. 构建 Docker 镜像
- name: Build Docker image
Expand Down

0 comments on commit 428dd0a

Please # to comment.