From 9b8f30273b3bb3e0087055fcda09b2b01a7ca5a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 11:58:45 +0000 Subject: [PATCH] Bump docker/build-push-action from 6.18.0 to 7.0.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.18.0 to 7.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.18.0...v7.0.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index f6d2196..f2334a1 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -53,7 +53,7 @@ jobs: driver-opts: network=host - name: Build & push the base image to local registry - uses: docker/build-push-action@v6.18.0 + uses: docker/build-push-action@v7.0.0 with: context: . push: true @@ -74,7 +74,7 @@ jobs: echo "additional_tags=,ghcr.io/${{ github.repository }}/runtime:${{ matrix.version }}" >> $GITHUB_ENV - name: Build & push the ${{ matrix.version }}-${{ matrix.arch }} image - uses: docker/build-push-action@v6.18.0 + uses: docker/build-push-action@v7.0.0 with: context: . push: true