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:
|
paths:
|
||||||
- "argocd/deployment.yaml"
|
- "argocd/deployment.yaml"
|
||||||
- "Dockerfile"
|
- "Dockerfile"
|
||||||
|
- ".gitea/workflows/build-on-demand.yml"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-if-image-changed:
|
build-if-image-changed:
|
||||||
runs-on: self-hosted # or whatever label your runner uses
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DEPLOY_FILE: "argocd/deployment.yaml"
|
DEPLOY_FILE: "argocd/deployment.yaml"
|
||||||
|
|||||||
Reference in New Issue
Block a user