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

This commit is contained in:
Liviu Burcusel 2025-12-09 15:48:33 +01:00
parent 115b286a82
commit 986c12389c
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -51,7 +51,8 @@ jobs:
docker-work:
name: Docker stuff
needs: sonarqube
runs-on: lxc
runs-on: [self-hosted, lxc]
container: none
steps:
- name: Code checkout
uses: actions/checkout@v4
@ -69,5 +70,7 @@ jobs:
- name: Build Docker image (pray)
run: |
docker build --network=host -f ./devops/Dockerfile -t glowing-fiesta:latest .
- name: List Docker images (for verification)
run: docker images
##