Testing docker step
Some checks failed
Sonar / SonarQube (push) Successful in 52s
Sonar / Docker stuff (push) Failing after 7s

This commit is contained in:
Liviu Burcusel 2025-12-08 15:08:57 +01:00
parent b80eb9634e
commit 8e2387746e
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -50,8 +50,11 @@ jobs:
# #
docker-work: docker-work:
name: Docker stuff name: Docker stuff
needs: sonarqube
runs-on: docker runs-on: docker
steps: steps:
- name: Testing docker install - name: Download build artifacts
run: docker --help uses: actions/download-artifact@v3
with:
name: output
path: ./output