diff --git a/.github/actions/publish-bundle/publish-bundle.sh b/.github/actions/publish-bundle/publish-bundle.sh index 322c49085b..47b5cc45c3 100644 --- a/.github/actions/publish-bundle/publish-bundle.sh +++ b/.github/actions/publish-bundle/publish-bundle.sh @@ -2,8 +2,10 @@ set -e IMG_PKG_OPT= if [ "$USE_SRP" == "true" ]; then - IMG_PKG_OPT=--debug + IMG_PKG_OPT="--debug --registry-verify-certs" fi +# --registry-ca-cert-path strings +# imgpkg push $IMG_PKG_OPT --bundle $REPOSITORY:$VERSION-RANDOM.$RTAG --file $BUNDLE_PATH docker pull $REPOSITORY:$VERSION-RANDOM.$RTAG docker tag $REPOSITORY:$VERSION-RANDOM.$RTAG $REPOSITORY:$VERSION