diff --git a/.gitea/workflows/build_web.yml b/.gitea/workflows/build_web.yml index 4ef003a..64637d8 100644 --- a/.gitea/workflows/build_web.yml +++ b/.gitea/workflows/build_web.yml @@ -8,7 +8,21 @@ jobs: build: name: Build image runs-on: ubuntu - container: ghcr.io/catthehacker/ubuntu:act-latest + + services: + docker-dind: + image: docker:23.0.6-dind + env: + DOCKER_TLS_CERTDIR: "" + options: >- + --privileged + --host=tcp://0.0.0.0:2375 + --tls=false + --health-cmd "docker version" + --health-interval 10s + ports: + - 2375:2375 + env: IMAGE_NAME: microserviciospython REGISTRY: nexus.rancherk3.duckdns.org