ci:
Some checks failed
Gitea Actions Demo / build (push) Successful in 46s
Gitea Actions Demo / docker (push) Failing after 1m15s

This commit is contained in:
Ivan Li 2023-05-22 00:01:11 +08:00
parent f6b1adccc6
commit 2b507867b5

View File

@ -47,6 +47,8 @@ jobs:
docker:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
needs: build
env:
@ -68,15 +70,6 @@ jobs:
name: Check if binary exists
run: echo "missing program"
-
# Add support for more platforms with QEMU (optional)
# https://github.com/docker/setup-qemu-action
name: Set up QEMU
uses: docker/setup-qemu-action@v2
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Log in to the Container registry
uses: https://github.com/docker/login-action@v2
with: