revert b0a628d02f
revert Add https://github.com/ prefix to action name as it doesn't work on github
This commit is contained in:
parent
b0a628d02f
commit
5626f95dc0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
steps:
|
||||
# the build is fully handled by the reusable github action
|
||||
- name: Build Custom Image
|
||||
uses: https://github.com/blue-build/github-action@v1.7
|
||||
uses: blue-build/github-action@v1.7
|
||||
with:
|
||||
recipe: ${{ matrix.recipe }}
|
||||
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue