Skip to content

Commit feeb797

Browse files
committed
deploy: tag the correct image for playground-goprev
Yet another location in the deploy script that was missed. Mea culpa, haste makes waste... Change-Id: I3b66049ac103b15c464d93020c9ed3ab909bb6b7 Reviewed-on: https://go-review.googlesource.com/c/playground/+/368194 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 ec0fe01 commit feeb797

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
@@ -16,7 +16,7 @@
1616
"entrypoint": "bash",
1717
"args": [
1818
"-c",
19-
"docker build --build-arg GO_VERSION=`cat /workspace/goversion` -t gcr.io/$PROJECT_ID/playground ."
19+
"docker build --build-arg GO_VERSION=`cat /workspace/goversion` -t gcr.io/$PROJECT_ID/playground-goprev ."
2020
]
2121
},
2222
{

0 commit comments

Comments
 (0)