Compare commits

...

2 Commits

Author SHA1 Message Date
55a5b10d6a Automatic deployment test
Some checks failed
Build image when workload image tag changes / build-if-image-changed (push) Failing after 1m16s
2025-11-06 23:24:28 +01:00
d11d666f45 Test without branch in runner 2025-11-06 23:23:21 +01:00
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ name: Build image when workload image tag changes
on:
push:
branches: [ development ] # adjust if needed
paths:
- "argocd/deployment.yaml"
- "Dockerfile" # keep if you also want to rebuild when Dockerfile changes

View File

@@ -25,7 +25,7 @@ spec:
mountPath: /data
containers:
- name: web
image: git.baumann.gr/adebaumann/vui:0.945
image: git.baumann.gr/adebaumann/vui:0.946
imagePullPolicy: Always
ports:
- containerPort: 8000