更新 .gitea/actions/action-docker-build-push/action.yml
Some checks failed
Gitea Actions Demo / build-docker (push) Successful in 28s
build / build (18.x) (push) Successful in 46s
Gitea Actions Demo / test (push) Has been skipped
Gitea Actions Demo / build (push) Has been skipped
Gitea Actions Demo / setup (push) Failing after 13s
Gitea Actions Demo / Gitea-Actions (push) Failing after 7m21s
build / build (16.x) (push) Failing after 7m13s
build / build (10.x) (push) Failing after 1h27m47s

This commit is contained in:
huanghs 2024-06-24 09:37:25 +08:00
parent 1f238754ac
commit b374e2fc6d

View File

@ -11,7 +11,9 @@ runs:
steps:
- run: "echo a: Set up QEMU"
- run: sleep 10
- run: |
sleep 10
echo 'sleep 10 end'
- run: "echo b: Login to DockerHub"
if: ${{ inputs.password != '' }}