ci: use custom ci-runner container image with docker+kubectl
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 19s

This commit is contained in:
kebrahimpour 2026-03-27 23:24:17 +01:00
parent 4b283696f8
commit 250da90bd3

View file

@ -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