We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d935462 commit f831f25Copy full SHA for f831f25
.github/workflows/buildpack-integration-test.yml
@@ -7,13 +7,11 @@ on:
7
workflow_dispatch:
8
jobs:
9
ruby30-buildpack-test:
10
- uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.5.5
+ uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
11
with:
12
http-builder-source: 'test/conformance'
13
http-builder-target: 'http_func'
14
cloudevent-builder-source: 'test/conformance'
15
cloudevent-builder-target: 'cloudevent_func'
16
prerun: 'test/conformance/prerun.sh ${{ github.sha }}'
17
builder-runtime: 'ruby30'
18
- # Latest uploaded tag from us.gcr.io/fn-img/buildpacks/ruby30/builder
19
- builder-tag: 'ruby30_20220620_3_0_4_RC00'
0 commit comments