diff --git a/.gitea/workflows/build_web.yml b/.gitea/workflows/build_web.yml index 64637d8..1d2da9d 100644 --- a/.gitea/workflows/build_web.yml +++ b/.gitea/workflows/build_web.yml @@ -27,6 +27,8 @@ jobs: IMAGE_NAME: microserviciospython REGISTRY: nexus.rancherk3.duckdns.org REPO_OWNER: tfm + DOCKER_HOST: tcp://localhost:2375 + DOCKER_TLS_VERIFY: 0 steps: - name: Checkout uses: actions/checkout@v4