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" {