From 67d415fdb9166b58ee1606a15b098c76376e820c Mon Sep 17 00:00:00 2001 From: Nick Adcock Date: Mon, 16 Mar 2020 14:40:53 +0000 Subject: [PATCH] Use v1.0 of github-actions image Signed-off-by: Nick Adcock --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2ab3af6..9487fdc 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: Builds and pushes Docker images and will log in to a Docker registr author: Docker runs: using: docker - image: docker://docker/github-actions:v0.1 + image: docker://docker/github-actions:v1.0 args: - build-push inputs: