ci: use custom ci-runner container image with docker+kubectl
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 19s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 19s
This commit is contained in:
parent
4b283696f8
commit
250da90bd3
1 changed files with 7 additions and 0 deletions
|
|
@ -18,6 +18,13 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: git.avisenna-engineering.de/keyvan/ci-runner:latest
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
- /etc/rancher/k3s/k3s.yaml:/etc/rancher/k3s/k3s.yaml
|
||||||
|
env:
|
||||||
|
KUBECONFIG: /etc/rancher/k3s/k3s.yaml
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue