Checking runner
Some checks failed
Build image when workload image tag changes / build-if-image-changed (push) Failing after 31s

This commit is contained in:
2025-11-06 23:42:37 +01:00
parent 892c229647
commit 2204eb762a

View File

@@ -7,10 +7,11 @@ on:
paths:
- "argocd/deployment.yaml"
- "Dockerfile"
- ".gitea/workflows/build-on-demand.yml"
jobs:
build-if-image-changed:
runs-on: self-hosted # or whatever label your runner uses
runs-on: ubuntu-latest
env:
DEPLOY_FILE: "argocd/deployment.yaml"