Checking runner
Some checks failed
Build image when workload image tag changes / build-if-image-changed (push) Failing after 31s
Some checks failed
Build image when workload image tag changes / build-if-image-changed (push) Failing after 31s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user