We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d1eac commit fb0cbbbCopy full SHA for fb0cbbb
.github/workflows/build.yml
@@ -31,7 +31,8 @@ jobs:
31
# If you ran out of space during build, this should help
32
33
- name: Build Custom Image
34
- uses: blue-build/github-action@v1.6.0
+# uses: blue-build/github-action@v1.6.0
35
+ uses: prydom/bluebuild-github-action@enable-docker-container-driver
36
with:
37
recipe: ${{ matrix.recipe }}
38
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
0 commit comments