run docker publish only for the main branch

This commit is contained in:
2021-10-10 19:55:59 +02:00
parent 803353fdd3
commit 763b6d6ee5

View File

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