switch back to k3s
Some checks failed
build / dockerfile lint (push) Successful in 6s
build / build (push) Failing after 5s

Signed-off-by: Roger Sikorski <roger@sikorski.cloud>
This commit is contained in:
Roger Sikorski 2023-08-08 14:52:45 +02:00
parent 42dd63c23c
commit 9a6266e2bb
Signed by: RogerSik
GPG Key ID: 207958C85208EAC4
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ on:
jobs:
dockerfile lint:
needs: build
runs-on: docker
runs-on: k3s
container:
image: gitea.sikorski.cloud/rogersik/hadolint:2
steps:
@ -17,7 +17,7 @@ jobs:
build:
needs: [dockerfile lint]
runs-on: docker
runs-on: k3s
steps:
- uses: actions/checkout@v3
- name: docker login

View File

@ -9,7 +9,7 @@ on:
jobs:
dockerfile lint:
needs: build
runs-on: docker
runs-on: k3s
container:
image: gitea.sikorski.cloud/rogersik/hadolint:2
steps:
@ -18,7 +18,7 @@ jobs:
build:
needs: [dockerfile lint]
runs-on: docker
runs-on: k3s
steps:
- uses: actions/checkout@v3
- name: docker login