From d5bfe94df5c27d6717b3e5539bd618d9d0c8b80b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Andrei?= Date: Wed, 6 Jul 2022 19:39:33 -0300 Subject: [PATCH] Prepare release 1.0.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8a838ec..9c50ef6 100644 --- a/action.yml +++ b/action.yml @@ -47,7 +47,7 @@ inputs: default: "0" runs: using: 'docker' - image: 'docker://ghcr.io/kitconcept/docker-stack-deploy:latest' + image: 'docker://ghcr.io/kitconcept/docker-stack-deploy:1.0.0' env: REGISTRY: ${{ inputs.registry }} USERNAME: ${{ inputs.username }}