Test with LXC
This commit is contained in:
parent
a8b2b5ab17
commit
115b286a82
1 changed files with 1 additions and 9 deletions
10
.github/workflows/sonar.yml
vendored
10
.github/workflows/sonar.yml
vendored
|
|
@ -51,14 +51,8 @@ jobs:
|
|||
docker-work:
|
||||
name: Docker stuff
|
||||
needs: sonarqube
|
||||
runs-on: docker
|
||||
runs-on: lxc
|
||||
steps:
|
||||
- name: Setup Node environment
|
||||
run: |
|
||||
apk update
|
||||
apk add nodejs npm
|
||||
node --version
|
||||
npm --version
|
||||
- name: Code checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
@ -73,8 +67,6 @@ jobs:
|
|||
docker --version
|
||||
docker info
|
||||
- name: Build Docker image (pray)
|
||||
environment:
|
||||
DOCKER_HOST: "tcp://dind:2375"
|
||||
run: |
|
||||
docker build --network=host -f ./devops/Dockerfile -t glowing-fiesta:latest .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue