From fe3653cb049bf68bfab83c2a595d0779589d7a59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 07:43:46 +0000 Subject: [PATCH] build(deps): 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/263435318d21b8e681c14492fe198d362a7d2c83...d08e5c354a6adb9ed34480a06d141179aa583294) --- 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/push_latest.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push_latest.yml b/.github/workflows/push_latest.yml index 4120a94..696a7d7 100644 --- a/.github/workflows/push_latest.yml +++ b/.github/workflows/push_latest.yml @@ -190,7 +190,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build Docker images but do not push them yet id: docker_build - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 env: DOCKER_BUILD_RECORD_UPLOAD: false with: @@ -209,7 +209,7 @@ jobs: run: nox -s "image_tests(base_image='${IMAGE}')" - name: Push stage1 Docker images id: docker_stage1_push - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 with: file: ${{ steps.set_image_variables.outputs.distro_id }}.Dockerfile target: stage1 @@ -224,7 +224,7 @@ jobs: cache-to: type=inline - name: Push Docker images id: docker_push - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 env: DOCKER_BUILD_RECORD_UPLOAD: false with: