fix: Remove check for specific branches for signing (#114)
This commit is contained in:
parent
e6f97d4258
commit
de49037330
7 changed files with 68 additions and 97 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -108,9 +108,7 @@ jobs:
|
|||
BB_BUILDKIT_CACHE_GHA: "true"
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
GH_PR_EVENT_NUMBER: ${{ github.event.number }}
|
||||
COSIGN_PRIVATE_KEY: ${{ secrets.TEST_SIGNING_SECRET }}
|
||||
run: |
|
||||
cd integration-tests/test-repo
|
||||
echo -n "\n\n" | cosign generate-key-pair
|
||||
export COSIGN_PRIVATE_KEY=$(cat cosign.key)
|
||||
rm cosign.key
|
||||
bluebuild build --push -vv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue