From 9b2dcf88385830a2e1d99ee22ed6878e763f5af1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 23:50:37 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7.3.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 52868ab..59c1f7b 100644 --- a/.github/workflows/build-image-on-push.yml +++ b/.github/workflows/build-image-on-push.yml @@ -56,7 +56,7 @@ jobs: persist-credentials: false - name: Test build of image id: build - uses: docker/build-push-action@v7.2.0 + uses: docker/build-push-action@v7.3.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 a37e38b..f16f955 100644 --- a/.github/workflows/update-image-on-push.yml +++ b/.github/workflows/update-image-on-push.yml @@ -65,7 +65,7 @@ jobs: with: persist-credentials: false - name: Build and push by digest - uses: docker/build-push-action@v7.2.0 + uses: docker/build-push-action@v7.3.0 id: build with: outputs: type=image,"name=${{ env.GHCR_REPO }}",push-by-digest=true,name-canonical=true,push=true