From 986c12389caa215c8bc99f8681a2e85421bb09fc Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Tue, 9 Dec 2025 15:48:33 +0100 Subject: [PATCH] Test --- .github/workflows/sonar.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 3b8f910..4464952 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -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 ##