+5
-5
lines changedFilter options
+5
-5
lines changed Original file line number Diff line number Diff line change
@@ -57,8 +57,8 @@ docker login -u _json_key -p "$(cat ${HOME}/gcloud-service-key.json)" https://gc
57
57
echo "Configuring Docker Hub configuration"
58
58
echo ${DOCKER_PASS} | docker login -u ${DOCKER_USER} --password-stdin
59
59
60
-
echo "Configuring Quay configuration"
61
-
echo ${QUAY_PASS} | docker login quay.io -u ${QUAY_USER} --password-stdin
60
+
# echo "Configuring Quay configuration"
61
+
# echo ${QUAY_PASS} | docker login quay.io -u ${QUAY_USER} --password-stdin
62
62
63
63
echo "Building the tiller image"
64
64
make docker-build VERSION="${VERSION}"
@@ -76,9 +76,9 @@ echo "Pushing image to Docker Hub"
76
76
docker tag "ghcr.io/helm/tiller:${VERSION}" "helmpack/tiller:${VERSION}"
77
77
docker push "helmpack/tiller:${VERSION}"
78
78
79
-
echo "Pushing image to Quay"
80
-
docker tag "ghcr.io/helm/tiller:${VERSION}" "quay.io/helmpack/tiller:${VERSION}"
81
-
docker push "quay.io/helmpack/tiller:${VERSION}"
79
+
# echo "Pushing image to Quay"
80
+
# docker tag "ghcr.io/helm/tiller:${VERSION}" "quay.io/helmpack/tiller:${VERSION}"
81
+
# docker push "quay.io/helmpack/tiller:${VERSION}"
82
82
83
83
# Canary version is used with helm init --canary-image flag.
84
84
# Does not push canary binary which is Helm v3.
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4