fix cicd - runs-on
All checks were successful
/ continuous-deploy (push) Successful in 18s

This commit is contained in:
2026-03-15 11:49:13 +00:00
parent 9bfbeb45c5
commit c8f1a56255
2 changed files with 2 additions and 4 deletions

View File

@@ -9,9 +9,7 @@ on:
- main
jobs:
continuous-deploy:
runs-on: ubuntu-latest
container:
image: git.limbosolutions.com/kb/gitea/act:latest-network-stack
runs-on: ["deploy", "kubectl"]
env:
GITHUB_TEMP: ${{ runner.temp }} # fix missing GITHUB_TEMP on gitea
steps: