SMARCH-40: docker registry sync (poc)

- sync latest and all releases
master
Sven Ketelsen 5 years ago
parent 76554e4612
commit 68c5ef2e9a

@ -63,4 +63,4 @@ tasks:
- from: smardigo/connect-whitelabel-app
to: smardigo/connect-whitelabel-app
tags:
- 'regex: ^([0-9]|[1-9][0-9]+)\.([0-9]|[1-9][0-9]+)\.([0-9]|[1-9][0-9]+)$'
- 'regex: ^(latest)|(([0-9]|[1-9][0-9]+)\.([0-9]|[1-9][0-9]+)\.([0-9]|[1-9][0-9]+))$'

@ -7,4 +7,5 @@ services:
- "./config.yaml:/config.yaml:ro"
- "/var/run/docker.sock:/var/run/docker.sock:ro"
environment:
LOG_LEVEL: "debug"
LOG_FORMAT: "json"
Loading…
Cancel
Save