mirror of
https://github.com/peter-evans/dockerhub-description.git
synced 2024-11-21 19:49:32 +01:00
Update main.workflow
This commit is contained in:
parent
766da51375
commit
2cdc04310b
1 changed files with 6 additions and 0 deletions
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"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue