From bf0ca713b8818b82a7b75ec9b93c551d45059003 Mon Sep 17 00:00:00 2001 From: Ben Mordue Date: Tue, 8 Jan 2019 13:31:12 +0000 Subject: [PATCH] Update main.workflow --- .github/main.workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/main.workflow b/.github/main.workflow index b71e750..dc89ab9 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -1,6 +1,6 @@ workflow "Build and push docker image" { on = "push" - resolves = ["Build and tag"] + resolves = ["Push to Docker Hub"] } action "Build and tag" {