Skip to content

Commit 9e1f85a

Browse files
authored
Merge branch 'main' into renovate/vercel-ncc-0.x
2 parents 4a12862 + c7b9c87 commit 9e1f85a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/buildpack-integration-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ jobs:
8686
# included GitHub Actions by local path. This effectively "versions"
8787
# this Workflow by enforcing the the Actions and Workflow are at the
8888
# same commit.
89+
- name: Write GitHub context to log
90+
env:
91+
GITHUB_CONTEXT: ${{ toJSON(github) }}
92+
run: echo "$GITHUB_CONTEXT"
8993
- name: Checkout functions-framework-conformance
9094
uses: actions/checkout@v3
9195
with:

client/buildpacks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232

3333
const (
3434
image = "conformance-test-func"
35-
defaultBuilderURLTemplate = "gcr.io/gae-runtimes/buildpacks/%s/builder:%s"
35+
defaultBuilderURLTemplate = "us-docker.pkg.dev/serverless-runtimes/google-22-full/builder/%s:%s"
3636
gcfTargetPlatform = "gcf"
3737
)
3838

0 commit comments

Comments
 (0)