mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-01 02:47:46 +00:00
chore: bump cli version to v0.8.25 (#632)
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -134,7 +134,7 @@ jobs:
|
||||
- name: Build secureblue
|
||||
uses: blue-build/github-action@33ee8cc4011b0d47666ea7026d08bb5b941ac90c # v1.7.0
|
||||
with:
|
||||
cli_version: v0.8.20
|
||||
cli_version: v0.8.25
|
||||
recipe: ${{ matrix.recipe }}
|
||||
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
|
||||
registry_token: ${{ github.token }}
|
||||
|
||||
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
run: |
|
||||
docker create \
|
||||
--name blue-build-installer \
|
||||
ghcr.io/blue-build/cli:v0.8.20-installer
|
||||
ghcr.io/blue-build/cli:v0.8.25-installer
|
||||
docker cp blue-build-installer:/out/bluebuild /usr/local/bin/bluebuild
|
||||
docker rm blue-build-installer
|
||||
bluebuild --version
|
||||
|
||||
Reference in New Issue
Block a user