From efe2a2bc5d7b52fa7553f325b46af0a22c80e02c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 22:57:39 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7 | datasource | package | from | to | | ----------- | ------------------------ | ---- | -- | | github-tags | docker/build-push-action | v6 | v7 | --- .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 9f9d085..28cfffd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: type=ref,event=pr - name: Build and push image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: push: ${{ inputs.push != false }} tags: ${{ steps.meta.outputs.tags }} @@ -64,7 +64,7 @@ jobs: # Only for tag builds: produce a release artifact (OCI archive) and upload it - name: Export OCI archive (tag builds only) if: startsWith(github.ref, 'refs/tags/') - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: push: false tags: ${{ steps.meta.outputs.tags }}