更新 .gitea/actions/action-docker-build-push/action.yml
Some checks failed
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 6s
build / build (16.x) (push) Successful in 1m25s
build / build (10.x) (push) Has been cancelled
build / build (18.x) (push) Has been cancelled
Gitea Actions Demo / Gitea-Actions (push) Has been cancelled
Gitea Actions Demo / setup (push) Has been cancelled
Some checks failed
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 6s
build / build (16.x) (push) Successful in 1m25s
build / build (10.x) (push) Has been cancelled
build / build (18.x) (push) Has been cancelled
Gitea Actions Demo / Gitea-Actions (push) Has been cancelled
Gitea Actions Demo / setup (push) Has been cancelled
This commit is contained in:
parent
64e514eadc
commit
a0ffafb622
@ -9,9 +9,9 @@ inputs:
|
||||
runs:
|
||||
using: 'composite'
|
||||
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 != '' }}
|
||||
|
||||
- run: echo 'c: Set up Docker BuildX'
|
||||
- run: echo "c: Set up Docker BuildX"
|
Loading…
x
Reference in New Issue
Block a user