Compare commits
2 Commits
d7b6d05cb5
...
55a5b10d6a
| Author | SHA1 | Date | |
|---|---|---|---|
| 55a5b10d6a | |||
| d11d666f45 |
@@ -2,7 +2,6 @@ name: Build image when workload image tag changes
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ development ] # adjust if needed
|
|
||||||
paths:
|
paths:
|
||||||
- "argocd/deployment.yaml"
|
- "argocd/deployment.yaml"
|
||||||
- "Dockerfile" # keep if you also want to rebuild when Dockerfile changes
|
- "Dockerfile" # keep if you also want to rebuild when Dockerfile changes
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ spec:
|
|||||||
mountPath: /data
|
mountPath: /data
|
||||||
containers:
|
containers:
|
||||||
- name: web
|
- name: web
|
||||||
image: git.baumann.gr/adebaumann/vui:0.945
|
image: git.baumann.gr/adebaumann/vui:0.946
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
|
|||||||
Reference in New Issue
Block a user