Test
This commit is contained in:
parent
115b286a82
commit
986c12389c
1 changed files with 4 additions and 1 deletions
5
.github/workflows/sonar.yml
vendored
5
.github/workflows/sonar.yml
vendored
|
|
@ -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
|
||||
|
||||
##
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue