From 5e3ecd711da240d00105a1db7962012fc569f0ef Mon Sep 17 00:00:00 2001 From: Brandon High Date: Wed, 30 Aug 2023 10:51:45 -0700 Subject: [PATCH] Release v4.1.0 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index e57b25b..c347043 100644 --- a/action.yml +++ b/action.yml @@ -127,8 +127,8 @@ runs: # testing changes to the underlying container. Otherwise, use the latest # version of the container. This prevents the user from having to build # the container themselves. - image: 'Dockerfile' - #image: 'docker://ghcr.io/kustomize-everything/action-promote:v4.1.0' + #image: 'Dockerfile' + image: 'docker://ghcr.io/kustomize-everything/action-promote:v4.1.0' env: GIT_COMMIT_USER: ${{ inputs.git-commit-user }} GIT_COMMIT_EMAIL: ${{ inputs.git-commit-email }}