Use k8s GCR vanity URL
This commit is contained in:
parent
86b15b1c2a
commit
8c16b75db3
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue