From 90054f43a264d3cb151f06917b077cf2e5bd1987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marlon=20M=C3=BCller?= Date: Thu, 2 Jun 2022 11:00:22 +0200 Subject: [PATCH] Use ghcr.io/ionos-deploy-now/template-renderer:v1.1.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b1d62ac..326518f 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ outputs: description: 'Files containing runtime placeholders to process them with another template engine later' runs: using: 'docker' - image: 'docker://ghcr.io/ionos-deploy-now/template-renderer:v1.0.1' + image: 'docker://ghcr.io/ionos-deploy-now/template-renderer:v1.1.0' args: - '--template-dir' - ${{ inputs.template-directory }}