Test
This commit is contained in:
parent
5058ca6f41
commit
6b639b364e
1 changed files with 2 additions and 3 deletions
5
.github/workflows/sonar.yml
vendored
5
.github/workflows/sonar.yml
vendored
|
|
@ -51,8 +51,7 @@ jobs:
|
|||
docker-work:
|
||||
name: Docker stuff
|
||||
needs: sonarqube
|
||||
runs-on: [self-hosted, node24, docker]
|
||||
container: none
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Code checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -69,7 +68,7 @@ jobs:
|
|||
docker info
|
||||
- name: Build Docker image (pray)
|
||||
run: |
|
||||
docker build --network=host -f ./devops/Dockerfile -t glowing-fiesta:latest .
|
||||
docker build -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