From 507340ad73017f9996177aeb9d5c29a5cb27b878 Mon Sep 17 00:00:00 2001 From: Gregor Date: Sat, 2 Mar 2019 21:31:22 -0800 Subject: [PATCH] How do I even Docker?! --- .github/main.workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/main.workflow b/.github/main.workflow index d17ce600..ad8c5669 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -50,7 +50,7 @@ action "filter: master branch" { action "npx semantic-release" { needs = "filter: master branch" - uses = "docker://timbru31:node-alpine-git" + uses = "docker://timbru31/node-alpine-git" runs = "npx" args = "semantic-release" secrets = ["GITHUB_TOKEN"]