Skip to content

Commit

Permalink
Re-instating quay Tiller push
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Farina <matt@mattfarina.com>
  • Loading branch information
mattfarina committed Oct 16, 2020
1 parent b5f3374 commit 1178347
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/deploy.sh
Expand Up @@ -58,7 +58,7 @@ echo "Configuring Docker Hub configuration"
echo ${DOCKER_PASS} | docker login -u ${DOCKER_USER} --password-stdin

# echo "Configuring Quay configuration"
# echo ${QUAY_PASS} | docker login quay.io -u ${QUAY_USER} --password-stdin
echo ${QUAY_PASS} | docker login quay.io -u ${QUAY_USER} --password-stdin

echo "Building the tiller image"
make docker-build VERSION="${VERSION}"
Expand All @@ -76,9 +76,9 @@ echo "Pushing image to Docker Hub"
docker tag "ghcr.io/helm/tiller:${VERSION}" "helmpack/tiller:${VERSION}"
docker push "helmpack/tiller:${VERSION}"

# echo "Pushing image to Quay"
# docker tag "ghcr.io/helm/tiller:${VERSION}" "quay.io/helmpack/tiller:${VERSION}"
# docker push "quay.io/helmpack/tiller:${VERSION}"
echo "Pushing image to Quay"
docker tag "ghcr.io/helm/tiller:${VERSION}" "quay.io/helmpack/tiller:${VERSION}"
docker push "quay.io/helmpack/tiller:${VERSION}"

# Canary version is used with helm init --canary-image flag.
# Does not push canary binary which is Helm v3.
Expand Down

0 comments on commit 1178347

Please sign in to comment.