new releases to cadvisor project

This commit is contained in:
David Ashpole 2020-04-23 10:34:37 -07:00
parent 74c40b7b0b
commit f1cad012e2
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ build/build.sh
# Build the docker image
echo ">> building cadvisor docker image"
docker_tag="google/cadvisor:$VERSION"
gcr_tag="gcr.io/google_containers/cadvisor:$VERSION"
gcr_tag="gcr.io/cadvisor/cadvisor:$VERSION"
docker build -t $docker_tag -t $gcr_tag -f deploy/Dockerfile .
echo

View File

@ -70,7 +70,7 @@ Go to the following link in your browser:
https://accounts.google.com/o/oauth2/auth?<redacted>
Enter verification code: ****
$ gcloud docker push gcr.io/google_containers/cadvisor:$VERSION
$ gcloud docker push gcr.io/cadvisor/cadvisor:$VERSION
$ gcloud auth revoke # Log out of shared account
```