Test with LXC
Some checks failed
Sonar / SonarQube (push) Successful in 1m23s
Sonar / Docker stuff (push) Failing after 48s

This commit is contained in:
Liviu Burcusel 2025-12-09 15:36:44 +01:00
parent a8b2b5ab17
commit 115b286a82
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -51,14 +51,8 @@ jobs:
docker-work:
name: Docker stuff
needs: sonarqube
runs-on: docker
runs-on: lxc
steps:
- name: Setup Node environment
run: |
apk update
apk add nodejs npm
node --version
npm --version
- name: Code checkout
uses: actions/checkout@v4
with:
@ -73,8 +67,6 @@ jobs:
docker --version
docker info
- name: Build Docker image (pray)
environment:
DOCKER_HOST: "tcp://dind:2375"
run: |
docker build --network=host -f ./devops/Dockerfile -t glowing-fiesta:latest .