Skip to content

Commit

Permalink
publish on all tags
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Feb 8, 2019
1 parent eed15fd commit 063af97
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,16 @@ action "Build" {
args = "docker-build"
}

action "Publish Filter" {
needs = ["Build"]
uses = "actions/bin/filter@master"
args = "tag"
}

action "Docker Login" {
needs = ["Publish Filter"]
needs = ["Build"]
uses = "actions/docker/login@master"
secrets = ["DOCKER_USERNAME", "DOCKER_PASSWORD"]
}

action "Tag LinkCheck" {
needs = ["Docker Login"]
uses = "actions/docker/tag@master"
args = "hugo-linkcheck marc/hugo-linkcheck"
args = "hugo-linkcheck marc/hugo-linkcheck --no-latest --no-sha"
}

action "Publish LinkCheck" {
Expand Down

0 comments on commit 063af97

Please sign in to comment.