From bd7267265d3e5a1ee2b43c12768627f2f776eda2 Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Sat, 1 Jun 2019 19:00:13 -0700 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 e5426be..1b4396f 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -1,6 +1,6 @@ workflow "Build on push" { on = "push" - resolves = ["GitHub Action for AWS"] + resolves = ["Docker build, tag, and push"] } action "Docker build, tag, and push" {