From 1f40d689f65222126330c2735d97ca4c9c7361fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 08:28:59 +0000 Subject: [PATCH] ci: bump docker/build-push-action from 6 to 7 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-build-ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build-ghcr.yml b/.github/workflows/reusable-build-ghcr.yml index 5f55a60..f1b456b 100644 --- a/.github/workflows/reusable-build-ghcr.yml +++ b/.github/workflows/reusable-build-ghcr.yml @@ -132,7 +132,7 @@ jobs: - name: Build and push if: steps.existing.outputs.skip != 'true' id: build - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ${{ inputs.context }} file: ${{ inputs.dockerfile }}