From 24630450b39a923f720e3f2d9da9087ca7a12147 Mon Sep 17 00:00:00 2001 From: RoyalOughtness <129108030+RoyalOughtness@users.noreply.github.com> Date: Tue, 3 Dec 2024 11:29:51 -0800 Subject: [PATCH] chore: bump cli version to v0.8.25 (#632) --- .github/workflows/build.yml | 2 +- .github/workflows/pull_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88e2938..9e62fc6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index dcce611..572f9f1 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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