From 7b7ad10c67e7017c1dba4ff0ba340ca6f1bfc60d Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Thu, 14 Feb 2019 20:15:31 +0100 Subject: [PATCH] Update main.workflow --- .github/main.workflow | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/main.workflow diff --git a/.github/main.workflow b/.github/main.workflow new file mode 100644 index 0000000..559d105 --- /dev/null +++ b/.github/main.workflow @@ -0,0 +1,9 @@ +workflow "New workflow" { + on = "push" + resolves = ["GitHub Action for Docker"] +} + +action "GitHub Action for Docker" { + uses = "actions/docker/cli@8cdf801b322af5f369e00d85e9cf3a7122f49108" + args = "build ." +}