Testing runner

This commit is contained in:
2025-11-06 23:13:10 +01:00
parent 362f474e3d
commit 254317ee08

View File

@@ -2,9 +2,9 @@ name: Build image when workload image tag changes
on:
push:
branches: [ deployment ] # adjust if needed
branches: [ development ] # adjust if needed
paths:
- "arcocd/deployment.yaml"
- "argocd/deployment.yaml"
- "Dockerfile" # keep if you also want to rebuild when Dockerfile changes
jobs:
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
env:
DEPLOY_FILE: "arcocd/deployment.yaml"
DEPLOY_FILE: "argocd/deployment.yaml"
TARGET_REPO: "git.baumann.gr/adebaumann/vui" # repo (no tag)
steps: