Only deploy to dockerhub for masterbranch

This commit is contained in:
Ole Christian Langfjæran
2019-04-29 13:58:07 +02:00
parent b6467d8545
commit 865fcbcec0

View File

@@ -25,7 +25,7 @@ action "Docker build" {
action "Publish Filter" {
needs = ["Test"]
uses = "actions/bin/filter@master"
args = "branch docker-publish"
args = "branch master"
}
action "Docker Login" {