From cc6c99836147b578d91ad2d3b49c6b48a99d76fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 10:36:42 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action digest to 1a16264 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e396f9..b9d1ce6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: type=raw,value=${{ steps.prep.outputs.tag }},enable={{is_default_branch}} - name: Build image id: build - uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6 + uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6 with: context: . labels: ${{ steps.docker-metadata.outputs.labels }} @@ -74,7 +74,7 @@ jobs: docker image inspect ${{ steps.build.outputs.imageid }} - name: Build test image id: build-test - uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6 + uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6 with: context: . platforms: linux/${{ matrix.arch }}