Compare commits
5 Commits
main
...
55a5b10d6a
| Author | SHA1 | Date | |
|---|---|---|---|
| 55a5b10d6a | |||
| d11d666f45 | |||
| d7b6d05cb5 | |||
| 254317ee08 | |||
| d9345a0251 |
@@ -2,9 +2,8 @@ name: Build image when workload image tag changes
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ deployment ] # adjust if needed
|
|
||||||
paths:
|
paths:
|
||||||
- "arcocd/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
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -12,7 +11,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DEPLOY_FILE: "arcocd/deployment.yaml"
|
DEPLOY_FILE: "argocd/deployment.yaml"
|
||||||
TARGET_REPO: "git.baumann.gr/adebaumann/vui" # repo (no tag)
|
TARGET_REPO: "git.baumann.gr/adebaumann/vui" # repo (no tag)
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -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