From f96e9166dcc4a3f0cd0b762144043bc7a0b635e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 15:50:03 +0000 Subject: [PATCH] Update docker/build-push-action action to v7.2.0 --- .github/workflows/build-image-on-push.yml | 2 +- .github/workflows/update-image-on-push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-image-on-push.yml b/.github/workflows/build-image-on-push.yml index ab99553..1872760 100644 --- a/.github/workflows/build-image-on-push.yml +++ b/.github/workflows/build-image-on-push.yml @@ -44,7 +44,7 @@ jobs: - name: Test build of image id: build - uses: docker/build-push-action@v7.1.0 + uses: docker/build-push-action@v7.2.0 with: push: false load: true diff --git a/.github/workflows/update-image-on-push.yml b/.github/workflows/update-image-on-push.yml index 7166dc7..e80e5b9 100644 --- a/.github/workflows/update-image-on-push.yml +++ b/.github/workflows/update-image-on-push.yml @@ -53,7 +53,7 @@ jobs: uses: actions/checkout@v6 - name: Build and and push by digest - uses: docker/build-push-action@v7.1.0 + uses: docker/build-push-action@v7.2.0 id: build with: outputs: type=image,"name=${{ env.GHCR_REPO }}",push-by-digest=true,name-canonical=true,push=true