From 20e75d9c8dae91e49a6c4c5308d79581ebc2e2d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 11:28:32 +0000 Subject: [PATCH] chore(deps): Bump docker/build-push-action from 5.4.0 to 7.3.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.4.0 to 7.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.4.0...53b7df96c91f9c12dcc8a07bcb9ccacbed38856a) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/container-images.yml | 4 ++-- .github/workflows/multi-arch.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/container-images.yml b/.github/workflows/container-images.yml index cecb2d0..496de35 100644 --- a/.github/workflows/container-images.yml +++ b/.github/workflows/container-images.yml @@ -47,7 +47,7 @@ jobs: type=semver,pattern={{major}}.{{minor}} type=sha,prefix= - - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 + - uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 with: context: . file: prototype/aegis-next/Dockerfile @@ -86,7 +86,7 @@ jobs: type=semver,pattern={{major}}.{{minor}} type=sha,prefix= - - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 + - uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 with: context: ./operator file: operator/Dockerfile diff --git a/.github/workflows/multi-arch.yml b/.github/workflows/multi-arch.yml index e4f6d07..0320ffe 100644 --- a/.github/workflows/multi-arch.yml +++ b/.github/workflows/multi-arch.yml @@ -150,7 +150,7 @@ jobs: type=sha - name: Build and push multi-arch image - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 with: context: . platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e0d542f..780befc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -500,7 +500,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 with: context: . push: true