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
- --tls=false"]
ports:
- 2375:2375
- 2377:2375
env:
IMAGE_NAME: microserviciospython
REGISTRY: nexus.rancherk3.duckdns.org
REPO_OWNER: tfm
DOCKER_HOST: tcp://localhost:2375
DOCKER_HOST: tcp://localhost:2377
DOCKER_TLS_VERIFY: 0
steps:
- name: Checkout