Skip to content

Commit

Permalink
feat: image digest
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Nov 5, 2024
1 parent 288a333 commit 82b114d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cf-runtime/.ci/image-digests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ docker run \
--entrypoint /bin/sh \
quay.io/codefresh/codefresh-shell:0.0.20 \
-c \
cd /venona && ./scripts/update_values_with_digests.sh
/venona/scripts/update_values_with_digests.sh
2 changes: 1 addition & 1 deletion scripts/update_values_with_digests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -eou xtrace

MYDIR=$(dirname $0)
Expand Down

0 comments on commit 82b114d

Please sign in to comment.