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

This commit is contained in:
2025-12-18 00:31:15 +01:00
parent 5bf3f9cf6b
commit 16d6c2a3a1
2 changed files with 13 additions and 13 deletions

View File

@@ -9,24 +9,24 @@ jobs:
name: Build image
runs-on: ubuntu
services:
docker:
image: docker:23.0.6-dind
env:
DOCKER_TLS_CERTDIR: ""
cmd:
- dockerd
- --host=tcp://0.0.0.0:2375
- --tls=false"]
options:
--privileged
--network-alias docker
# services:
# docker:
# image: docker:23.0.6-dind
# env:
# DOCKER_TLS_CERTDIR: ""
# cmd:
# - dockerd
# - --host=tcp://0.0.0.0:2375
# - --tls=false"]
# options:
# --privileged
# --network-alias docker
env:
IMAGE_NAME: microserviciospython
REGISTRY: nexus.rancherk3.duckdns.org
REPO_OWNER: tfm
DOCKER_HOST: tcp://docker:2375
DOCKER_HOST: tcp://localhost:2375
DOCKER_TLS_VERIFY: ""
DOCKER_CERT_PATH: ""