Skip to content

Commit

Permalink
Correct to new cloud repository link
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Feb 13, 2019
1 parent 91dd450 commit e0ec4d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
* Fix project-id error if numbers in project (#72)
* Block users using "rstudio" as a login name
* Remove defunct example from `gce_schedule_docker`
* Support GPU images for Tensorflow, keras etc.
* Support GPU images for Tensorflow, keras etc. (#101)
* Support common instance metadata by supply `gce_set_metadata(instance = "project-wide")`
* Support minCpuPlatform in instance creation and via `gce_set_mincpuplatform()` (#112)

# 0.2.0

Expand Down
2 changes: 1 addition & 1 deletion R/build.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ gce_push_registry <- function(instance,
gce_ssh(instance, "/usr/share/google/dockercfg_update.sh")

myMessage("Uploading to Google Container Registry: ",
paste0("https://console.cloud.google.com/kubernetes/images/list?project=",project), level = 3)
paste0("https://console.cloud.google.com/gcr/images/list?project=",project), level = 3)

docker_cmd(instance, cmd = "push", args = build_tag, wait = wait)

Expand Down

0 comments on commit e0ec4d3

Please sign in to comment.