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