diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f6296f1..3a5c584 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -154,7 +154,7 @@ jobs: config: ${{ fromJSON(toJSON(matrix)).source }} source-date-epoch: ${{ steps.snapshot-date.outputs.epoch }} keyring-append: ${{ github.workspace }}/melange.rsa.pub - - uses: chainguard-images/actions/apko-build@a32d54a799f0b2d2e5a75f94805b2509cc898ae8 # v1.0.37 + - uses: chainguard-images/actions/apko-build@8e701b320e7efcb120a1115de26e9fe833f86390 # v1.0.38 id: build-with-signing-key-local name: apko build-with-signing-key local if: ${{ fromJSON(toJSON(matrix)).melangeConfigs != null && github.ref != 'refs/heads/main' }} @@ -171,7 +171,7 @@ jobs: tag: ${{ fromJSON(toJSON(matrix)).destination }} config: ${{ fromJSON(toJSON(matrix)).source }} source-date-epoch: ${{ steps.snapshot-date.outputs.epoch }} - - uses: chainguard-images/actions/apko-build@a32d54a799f0b2d2e5a75f94805b2509cc898ae8 # v1.0.37 + - uses: chainguard-images/actions/apko-build@8e701b320e7efcb120a1115de26e9fe833f86390 # v1.0.38 if: ${{ fromJSON(toJSON(matrix)).melangeConfigs == null && github.ref != 'refs/heads/main' }} id: build-local name: apko build local