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
49d8359332
commit
766da51375
1 changed files with 0 additions and 6 deletions
6
.github/main.workflow
vendored
6
.github/main.workflow
vendored
|
@ -3,13 +3,7 @@ workflow "Update Docker Hub Description" {
|
|||
on = "push"
|
||||
}
|
||||
|
||||
action "Filter master branch" {
|
||||
uses = "actions/bin/filter@v1.0.0"
|
||||
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