From 7bc461096fbc416ed33162b5cd88dcf55032ad16 Mon Sep 17 00:00:00 2001 From: Kent Rancourt Date: Tue, 24 Oct 2023 16:55:27 -0400 Subject: [PATCH] Update action to use image version v0.1.0-rc.32 --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index fefa8ae..7cb07fc 100644 --- a/action.yaml +++ b/action.yaml @@ -13,5 +13,5 @@ inputs: default: 'false' runs: using: docker - image: docker://ghcr.io/akuity/kargo-render:v0.1.0-rc.30 + image: docker://ghcr.io/akuity/kargo-render:v0.1.0-rc.32 entrypoint: kargo-render-action