From 063af97f13e8f7f279675a7ae24a9793da17268b Mon Sep 17 00:00:00 2001 From: Marc Campbell Date: Fri, 8 Feb 2019 07:08:30 -0800 Subject: [PATCH] publish on all tags --- .github/main.workflow | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/main.workflow b/.github/main.workflow index b8d63e7..d9e9d93 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -16,14 +16,8 @@ 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"] } @@ -31,7 +25,7 @@ action "Docker Login" { 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" {