mirror of
https://github.com/zhigang1992/actions.git
synced 2026-01-12 22:45:39 +08:00
Only deploy to dockerhub for masterbranch
This commit is contained in:
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user