diff --git a/.github/workflows/build-x64.yml b/.github/workflows/build-x64.yml index e472bff..e19ee84 100644 --- a/.github/workflows/build-x64.yml +++ b/.github/workflows/build-x64.yml @@ -31,7 +31,7 @@ jobs: steps: # the build is fully handled by the reusable github action - name: Build Custom Image - uses: blue-build/github-action@v1.11 + uses: blue-build/github-action@v1.12 with: recipe: ${{ matrix.recipe }} cosign_private_key: ${{ secrets.SIGNING_SECRET }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4a5a90c..9a7249a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: steps: # the build is fully handled by the reusable github action - name: Build Custom Image - uses: blue-build/github-action@v1.11 + uses: blue-build/github-action@v1.12 with: recipe: ${{ matrix.recipe }} cosign_private_key: ${{ secrets.SIGNING_SECRET }}