Skip to content

Commit b85cd89

Browse files
committed
Use pre-release version of pack
Use pre-release pack to build images that use extensions Signed-off-by: Aidan Delaney <[email protected]>
1 parent 2b40c5e commit b85cd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install pack
2727
uses: buildpacks/github-actions/[email protected]
2828
with:
29-
pack-version: '0.28.0'
29+
pack-version: '0.30.0-pre3'
3030
- name: Test
3131
run: make test
3232
env:

0 commit comments

Comments
 (0)