PhoenixStormJr commited on
Commit
05bc8cf
·
verified ·
1 Parent(s): de1aa01

Update .github/workflows/docker.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/docker.yml +1 -1
.github/workflows/docker.yml CHANGED
@@ -22,7 +22,7 @@ jobs:
22
  timezoneMacos: "Asia/Shanghai"
23
  timezoneWindows: "China Standard Time"
24
 
25
- # # 如果有 dockerhub 账户,可以在githubsecrets中配置下面两个,然后取消下面注释的这几行,并在meta步骤的images增加一行 ${{ github.repository }}
26
  # - name: Login to DockerHub
27
  # uses: docker/login-action@v1
28
  # with:
 
22
  timezoneMacos: "Asia/Shanghai"
23
  timezoneWindows: "China Standard Time"
24
 
25
+ # # If you have a dockerhub account, you can configure the following two in github's secrets, then uncomment the following lines and add a line ${{ github.repository }} to the images in the meta step
26
  # - name: Login to DockerHub
27
  # uses: docker/login-action@v1
28
  # with: