From 254317ee0834061c4f5c6d6fa1c1759ee949cc56 Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Thu, 6 Nov 2025 23:13:10 +0100 Subject: [PATCH] Testing runner --- .gitea/workflows/build-on-demand.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build-on-demand.yml b/.gitea/workflows/build-on-demand.yml index 8f18e28..79ded35 100644 --- a/.gitea/workflows/build-on-demand.yml +++ b/.gitea/workflows/build-on-demand.yml @@ -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: