File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import (
3232
3333const (
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
You can’t perform that action at this time.
0 commit comments