Skip to content

Commit fb0cbbb

Browse files
committed
chore: change build action
1 parent 66d1eac commit fb0cbbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
# If you ran out of space during build, this should help
3232

3333
- name: Build Custom Image
34-
uses: blue-build/github-action@v1.6.0
34+
# uses: blue-build/github-action@v1.6.0
35+
uses: prydom/bluebuild-github-action@enable-docker-container-driver
3536
with:
3637
recipe: ${{ matrix.recipe }}
3738
cosign_private_key: ${{ secrets.SIGNING_SECRET }}

0 commit comments

Comments
 (0)