chore: bump cli version to v0.8.25 (#632)

This commit is contained in:
RoyalOughtness
2024-12-03 11:29:51 -08:00
committed by GitHub
parent f0bfce96ef
commit 24630450b3
2 changed files with 2 additions and 2 deletions

View File

@@ -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 }}

View File

@@ -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