Update main.workflow
This commit is contained in:
6
.github/main.workflow
vendored
6
.github/main.workflow
vendored
@@ -3,7 +3,13 @@ workflow "Update Docker Hub Description" {
|
||||
on = "push"
|
||||
}
|
||||
|
||||
action "Filter master branch" {
|
||||
uses = "actions/bin/filter@master"
|
||||
args = "branch master"
|
||||
}
|
||||
|
||||
action "Docker Hub Description" {
|
||||
needs = ["Filter master branch"]
|
||||
uses = "./"
|
||||
secrets = ["DOCKERHUB_USERNAME", "DOCKERHUB_PASSWORD", "DOCKERHUB_REPOSITORY"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user