Skip to content

Commit ec0fe01

Browse files
committed
playground: fix docker image of of goprevplay
Change-Id: I909658e0d73af3199582b7e2000348529dff5796 Reviewed-on: https://go-review.googlesource.com/c/playground/+/367895 Trust: Robert Findley <rfindley@google.com> Run-TryBot: Robert Findley <rfindley@google.com> Reviewed-by: Alexander Rakoczy <alex@golang.org> TryBot-Result: Go Bot <gobot@golang.org>
1 parent 04e7b2a commit ec0fe01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/deploy_goprev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"name": "gcr.io/cloud-builders/docker",
2424
"args": [
2525
"push",
26-
"gcr.io/$PROJECT_ID/playground"
26+
"gcr.io/$PROJECT_ID/playground-goprev"
2727
]
2828
},
2929
{

0 commit comments

Comments
 (0)