mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-02 19:38:10 +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
|
- name: Build secureblue
|
||||||
uses: blue-build/github-action@33ee8cc4011b0d47666ea7026d08bb5b941ac90c # v1.7.0
|
uses: blue-build/github-action@33ee8cc4011b0d47666ea7026d08bb5b941ac90c # v1.7.0
|
||||||
with:
|
with:
|
||||||
cli_version: v0.8.20
|
cli_version: v0.8.25
|
||||||
recipe: ${{ matrix.recipe }}
|
recipe: ${{ matrix.recipe }}
|
||||||
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
|
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
|
||||||
registry_token: ${{ github.token }}
|
registry_token: ${{ github.token }}
|
||||||
|
|||||||
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
docker create \
|
docker create \
|
||||||
--name blue-build-installer \
|
--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 cp blue-build-installer:/out/bluebuild /usr/local/bin/bluebuild
|
||||||
docker rm blue-build-installer
|
docker rm blue-build-installer
|
||||||
bluebuild --version
|
bluebuild --version
|
||||||
|
|||||||
Reference in New Issue
Block a user