From f804e21077e9f905e0f0c162c4b16352d112dffc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 23:45:36 +0000 Subject: [PATCH] chore(deps): 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] --- .../workflows/github-docker-registry-push.yml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/github-docker-registry-push.yml b/.github/workflows/github-docker-registry-push.yml index 81589650..11fb3879 100644 --- a/.github/workflows/github-docker-registry-push.yml +++ b/.github/workflows/github-docker-registry-push.yml @@ -120,7 +120,7 @@ jobs: - name: Build and push a simple jenkins controller # This step builds and pushes a simple Jenkins controller if: (contains(env.files, 'dockerfiles/Dockerfile') || contains(env.files, 'dockerfiles/')) && env.IS_FORK == 'false' - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ./dockerfiles platforms: linux/amd64, linux/aarch64 @@ -130,7 +130,7 @@ jobs: - name: Build and push the jenkins agent for maven tutorial # This step builds and pushes the Jenkins agent for the Maven tutorial if: contains(env.files, 'dockerfiles/maven/Dockerfile') && env.IS_FORK == 'false' - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ./dockerfiles/maven platforms: linux/amd64, linux/aarch64 @@ -140,7 +140,7 @@ jobs: - name: Build and push the jenkins agent for python tutorial # This step builds and pushes the Jenkins agent for the Python tutorial if: contains(env.files, 'dockerfiles/python/Dockerfile') && env.IS_FORK == 'false' - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ./dockerfiles/python platforms: linux/amd64, linux/aarch64 @@ -150,7 +150,7 @@ jobs: - name: Build and push the jenkins agent for node tutorial # This step builds and pushes the Jenkins agent for the Node.js tutorial if: contains(env.files, 'dockerfiles/node/Dockerfile') && env.IS_FORK == 'false' - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ./dockerfiles/node platforms: linux/amd64, linux/aarch64 @@ -160,7 +160,7 @@ jobs: - name: Build and push the jenkins agent for the sidekick container # This step builds and pushes the Jenkins agent for the sidekick container if: contains(env.files, 'dockerfiles/sidekick/Dockerfile') && env.IS_FORK == 'false' - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ./dockerfiles/sidekick platforms: linux/amd64, linux/aarch64 @@ -170,7 +170,7 @@ jobs: - name: Build and push the jenkins agent for the agent-finding container # This step builds and pushes the Jenkins agent for the agent-finding container if: contains(env.files, 'dockerfiles/agent-discovery/Dockerfile') && env.IS_FORK == 'false' - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ./dockerfiles/agent-discovery/ platforms: linux/amd64, linux/aarch64 @@ -180,7 +180,7 @@ jobs: - name: Build and push the jenkins agent for multi-branch controller # This step builds and pushes the Jenkins agent for the multi-branch controller if: contains(env.files, 'dockerfiles/multi/Dockerfile') && env.IS_FORK == 'false' - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ./dockerfiles/multi platforms: linux/amd64, linux/aarch64 @@ -190,7 +190,7 @@ jobs: - name: Build and push the jenkins agent for Android # This step builds and pushes the Jenkins agent for Android if: contains(env.files, 'dockerfiles/android/Dockerfile') && env.IS_FORK == 'false' - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ./dockerfiles/android platforms: linux/amd64 @@ -200,7 +200,7 @@ jobs: - name: Build and push the jenkins agent for golang tutorial # This step builds and pushes the Jenkins agent for the Golang tutorial if: contains(env.files, 'dockerfiles/golang/Dockerfile') && env.IS_FORK == 'false' - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ./dockerfiles/golang platforms: linux/amd64, linux/arm64 @@ -210,7 +210,7 @@ jobs: - name: Build and push the jenkins agent for cpp tutorial # This step builds and pushes the Jenkins agent for the C++ tutorial if: contains(env.files, 'dockerfiles/cpp/Dockerfile') && env.IS_FORK == 'false' - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ./dockerfiles/cpp platforms: linux/amd64, linux/aarch64 @@ -220,7 +220,7 @@ jobs: - name: Build and push the jenkins agent for dotnet tutorial # This step builds and pushes the Jenkins agent for the C++ tutorial if: contains(env.files, 'dockerfiles/dotnet/Dockerfile') && env.IS_FORK == 'false' - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ./dockerfiles/dotnet platforms: linux/amd64, linux/aarch64