Skip to content

Commit

Permalink
fix: replace deprecated repo with active docker repo for trampoline i…
Browse files Browse the repository at this point in the history
…mage (#3291)

Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
  • Loading branch information
pattishin and kweinmeister committed Jun 24, 2023
1 parent 43848d0 commit b95c715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .kokoro/appengine/test-deployment/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ build_file: "nodejs-docs-samples/.kokoro/trampoline.sh"
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-docs-samples/nodejs"
value: "gcr.io/cloud-devrel-kokoro-resources/node"
}

# Tell the trampoline which build file to use.
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/nodejs-docs-samples/.kokoro/build-with-appengine.sh"
}
}

0 comments on commit b95c715

Please sign in to comment.