Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
58ac517bbf
|
|||
|
0abc8f3502
|
@@ -4,6 +4,10 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
workflow_run:
|
||||||
|
workflows: ["Build Docker image"]
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: git.mak-sim.ru/maksim/pg_backup
|
repository: git.mak-sim.ru/maksim/pg_backup
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "0.0.6"
|
tag: "0.0.7"
|
||||||
|
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: regcred
|
- name: regcred
|
||||||
|
|||||||
Reference in New Issue
Block a user