Skip to content

Commit

Permalink
[CI] Update for SRP
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Oct 3, 2023
1 parent e32f22f commit d2a4601
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/publish-bundle/publish-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2a4601

Please sign in to comment.