Skip to content

Commit d8f1b27

Browse files
authored
Fix: Enable Experimental Features For Pack (#196)
not having experimental features set in pack make creating the builder fail with image extensions, this fixes it.
1 parent f99bebb commit d8f1b27

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update-versions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ jobs:
276276
277277
- name: Build and push arch-specific builder
278278
run: |
279+
pack config experimental true
279280
pack builder create \
280281
${{ steps.get-tag.outputs.tag }} \
281282
--config ${{ matrix.builder-toml }} \

0 commit comments

Comments
 (0)