更新 .gitea/actions/action-docker-build-push/action.yml
Some checks failed
Gitea Actions Demo / setup (push) Waiting to run
Gitea Actions Demo / test (push) Blocked by required conditions
Gitea Actions Demo / build (push) Blocked by required conditions
Gitea Actions Demo / build-docker (push) Failing after 22s
build / build (10.x) (push) Has been cancelled
build / build (18.x) (push) Has been cancelled
build / build (16.x) (push) Has been cancelled
Gitea Actions Demo / Gitea-Actions (push) Has been cancelled

This commit is contained in:
huanghs 2024-06-24 09:35:12 +08:00
parent b2efccff05
commit 691a093f08

View File

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