run docker publish only for the main branch #56

Merged
weeman merged 1 commits from drone into main 2021-10-10 19:58:18 +02:00
Showing only changes of commit 763b6d6ee5 - Show all commits

View File

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