TEST: build
Some checks failed
Build docker container / Build image (push) Failing after 5s

This commit is contained in:
2025-12-17 23:18:04 +01:00
parent a053bf25cd
commit a175a3ce57

View File

@@ -19,13 +19,13 @@ jobs:
- --host=tcp://0.0.0.0:2375 - --host=tcp://0.0.0.0:2375
- --tls=false"] - --tls=false"]
ports: ports:
- 2375:2375 - 2377:2375
env: env:
IMAGE_NAME: microserviciospython IMAGE_NAME: microserviciospython
REGISTRY: nexus.rancherk3.duckdns.org REGISTRY: nexus.rancherk3.duckdns.org
REPO_OWNER: tfm REPO_OWNER: tfm
DOCKER_HOST: tcp://localhost:2375 DOCKER_HOST: tcp://localhost:2377
DOCKER_TLS_VERIFY: 0 DOCKER_TLS_VERIFY: 0
steps: steps:
- name: Checkout - name: Checkout