Skip to content

Commit

Permalink
new releases to cadvisor project
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole committed Apr 23, 2020
1 parent 74c40b7 commit f1cad01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/development/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit f1cad01

Please sign in to comment.