Compare commits

...

2 Commits

Author SHA1 Message Date
bfeb53cad7 Merge pull request 'run docker publish only for the main branch' (#56) from drone into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #56
2021-10-10 19:58:18 +02:00
763b6d6ee5
run docker publish only for the main branch
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-10 19:55:59 +02:00

View File

@ -26,6 +26,9 @@ steps:
from_secret: "docker_username"
password:
from_secret: "docker_password"
when:
branch:
- main
image_pull_secrets:
- dockerconfig