Compare commits
2 Commits
d7b6d05cb5
...
55a5b10d6a
| Author | SHA1 | Date | |
|---|---|---|---|
| 55a5b10d6a | |||
| d11d666f45 |
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user