From b42ec3e8801eb365ba9deb0da61e882115fd67f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:28:14 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6.10.0 --- .github/workflows/pullrequests.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pullrequests.yml b/.github/workflows/pullrequests.yml index c8ae41a..eb73640 100644 --- a/.github/workflows/pullrequests.yml +++ b/.github/workflows/pullrequests.yml @@ -34,7 +34,7 @@ jobs: - name: Build and push id: docker_build - uses: docker/build-push-action@v6.7.0 + uses: docker/build-push-action@v6.10.0 with: context: . file: ./Dockerfile diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3e3924..0e1e334 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -122,7 +122,7 @@ jobs: - name: Build and push id: docker_build - uses: docker/build-push-action@v6.7.0 + uses: docker/build-push-action@v6.10.0 with: context: . file: ./Dockerfile