From f52d52d7213604a929308a95680a251fe5746409 Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Tue, 5 Nov 2024 17:59:00 +0300 Subject: [PATCH] feat: image digest --- charts/cf-runtime/.ci/image-digests.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/charts/cf-runtime/.ci/image-digests.sh b/charts/cf-runtime/.ci/image-digests.sh index f9bb0ef7..63310dca 100755 --- a/charts/cf-runtime/.ci/image-digests.sh +++ b/charts/cf-runtime/.ci/image-digests.sh @@ -8,7 +8,5 @@ docker run \ -v "$REPO_ROOT:/venona" \ -u $(id -u) \ --rm \ - --entrypoint /bin/sh \ quay.io/codefresh/codefresh-shell:0.0.20 \ - -c \ - /venona/scripts/update_values_with_digests.sh \ No newline at end of file + /bin/bash /venona/scripts/update_values_with_digests.sh \ No newline at end of file