From 204ce622bc2fd5c787ff5ca885ff19fb577e7a41 Mon Sep 17 00:00:00 2001 From: Konstantin Chukhlomin Date: Sun, 23 Oct 2022 16:54:27 -0400 Subject: [PATCH] Update image to v1.6 --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc95a5a..8b5a7c5 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ jobs: - name: Render template id: render_template - uses: chuhlomin/render-template@v1.5 + uses: chuhlomin/render-template@v1.6 with: template: kube.template.yml vars: | diff --git a/action.yml b/action.yml index 3ffc81c..b58345b 100644 --- a/action.yml +++ b/action.yml @@ -30,4 +30,4 @@ outputs: runs: using: docker - image: 'docker://chuhlomin/render-template:v1.5' + image: 'docker://chuhlomin/render-template:v1.6'