2 Commits
0.0.6 ... 0.0.7

Author SHA1 Message Date
58ac517bbf update version
All checks were successful
Build Docker image / docker (push) Successful in 1m35s
2025-05-11 13:43:46 +03:00
0abc8f3502 add workflow deps 2025-05-11 13:41:39 +03:00
2 changed files with 5 additions and 1 deletions

View File

@@ -4,6 +4,10 @@ on:
push:
branches:
- main
workflow_run:
workflows: ["Build Docker image"]
types:
- completed
jobs:
deploy:

View File

@@ -1,7 +1,7 @@
image:
repository: git.mak-sim.ru/maksim/pg_backup
pullPolicy: IfNotPresent
tag: "0.0.6"
tag: "0.0.7"
imagePullSecrets:
- name: regcred