Update .github/workflows/docker.yml
Browse files
.github/workflows/docker.yml
CHANGED
@@ -22,7 +22,7 @@ jobs:
|
|
22 |
timezoneMacos: "Asia/Shanghai"
|
23 |
timezoneWindows: "China Standard Time"
|
24 |
|
25 |
-
# #
|
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:
|