From 6ba4cb8001bbe65bd47e76be326cc0fe8f261bee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 22:03:22 +0200 Subject: [PATCH] chore(deps): update useblacksmith/build-push-action digest to f0d8aee (#769) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5cdb783f3..613a70956 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: type=raw,value=latest - name: Build and push unstable if: ${{ github.ref_type != 'tag' }} - uses: useblacksmith/build-push-action@5501e3ffb36468ed19a32a5bf925cb13fd673771 # v1 + uses: useblacksmith/build-push-action@f0d8aee790c84dce7aa98ea70b5645d9d31728d8 # v1 with: platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 push: true @@ -44,7 +44,7 @@ jobs: RELEASE_VERSION=${{ steps.ghd.outputs.describe }} - name: Build and push version if: ${{ github.ref_type == 'tag' }} - uses: useblacksmith/build-push-action@5501e3ffb36468ed19a32a5bf925cb13fd673771 # v1 + uses: useblacksmith/build-push-action@f0d8aee790c84dce7aa98ea70b5645d9d31728d8 # v1 with: platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 push: true