diff --git a/RELEASING.md b/RELEASING.md index 18ff67f..f308fc0 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -14,9 +14,9 @@ $ git tag -am "v2.0.5" v2.0.5 $ make container <...lots of output...> -container: gcr.io/google-containers/git-sync-amd64:v2.0.5 +container: staging-k8s.gcr.io/git-sync-amd64:v2.0.5 -$ gcloud docker push -- gcr.io/google-containers/git-sync-amd64:v2.0.5 +$ gcloud docker push -- staging-k8s.gcr.io/git-sync-amd64:v2.0.5 <...lots of output...> v2.0.5: digest: sha256:904833aedf3f14373e73296240ed44d54aecd4c02367b004452dfeca2465e5bf size: 950 ```