revert Add https://github.com/ prefix to action name as it doesn't work on github
This commit is contained in:
badblocks 2025-04-16 18:13:07 -07:00
parent b0a628d02f
commit 5626f95dc0

View file

@ -25,7 +25,7 @@ jobs:
steps: steps:
# the build is fully handled by the reusable github action # the build is fully handled by the reusable github action
- name: Build Custom Image - name: Build Custom Image
uses: https://github.com/blue-build/github-action@v1.7 uses: blue-build/github-action@v1.7
with: with:
recipe: ${{ matrix.recipe }} recipe: ${{ matrix.recipe }}
cosign_private_key: ${{ secrets.SIGNING_SECRET }} cosign_private_key: ${{ secrets.SIGNING_SECRET }}