We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c001fc commit c9a0c3aCopy full SHA for c9a0c3a
next-image-tag-number/action.sh
@@ -1,5 +1,7 @@
1
#!/usr/bin/env sh
2
3
+set -e
4
+
5
if ! echo "$1" | grep -q "^http"; then
6
IMAGE_REPOSITORY_URL="https://$1"
7
else
set-vendir-channels-path-to-imgpkg-bundle/action.sh
CHANNEL_NAME=$1
IMGPKG_BUNDLE_IMAGE=$2
BASE_PATH=$3
0 commit comments