Merge pull request 'run docker publish only for the main branch' (#56) from drone into main

Reviewed-on: kompetenzinventar/ki-backend#56
This commit is contained in:
weeman 2021-10-10 19:58:18 +02:00
commit bfeb53cad7
1 changed files with 3 additions and 0 deletions

View File

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