Test
Some checks failed
Sonar / SonarQube (push) Successful in 50s
Sonar / Docker stuff (push) Failing after 5s

This commit is contained in:
Liviu Burcusel 2025-12-09 11:27:52 +01:00
parent 5ee2d12760
commit e3fc186986
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -76,6 +76,6 @@ jobs:
environment:
DOCKER_HOST: "tcp://dind:2375"
run: |
docker build -f ./devops/Dockerfile -t glowing-fiesta:latest .
docker build --network=host -f ./devops/Dockerfile -t glowing-fiesta:latest .
#