This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new 271c099ee0 Bump docker/build-push-action from 6 to 7 (#2444)
271c099ee0 is described below

commit 271c099ee05797824df574ab51eb2cfa1e745973
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 29 23:06:33 2026 +0200

    Bump docker/build-push-action from 6 to 7 (#2444)
    
    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] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/docker-cd.yml        | 2 +-
 .github/workflows/docker-release.yml   | 2 +-
 .github/workflows/docker-testImage.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/docker-cd.yml b/.github/workflows/docker-cd.yml
index afb72aa8a2..b03abcf4f9 100644
--- a/.github/workflows/docker-cd.yml
+++ b/.github/workflows/docker-cd.yml
@@ -65,7 +65,7 @@ jobs:
     # https://github.com/docker/build-push-action
     - name: Build and push
       id: docker_build
-      uses: docker/build-push-action@v6
+      uses: docker/build-push-action@v7
       with:
         context: .
         file: ./docker/${{ matrix.docker-file }}
diff --git a/.github/workflows/docker-release.yml 
b/.github/workflows/docker-release.yml
index 5241553337..65402cecbb 100644
--- a/.github/workflows/docker-release.yml
+++ b/.github/workflows/docker-release.yml
@@ -72,7 +72,7 @@ jobs:
     # https://github.com/docker/build-push-action
     - name: Build and push
       id: docker_build
-      uses: docker/build-push-action@v6
+      uses: docker/build-push-action@v7
       with:
         context: .
         file: ./docker/sysds.Dockerfile
diff --git a/.github/workflows/docker-testImage.yml 
b/.github/workflows/docker-testImage.yml
index b0e0514231..5ed5d8ee24 100644
--- a/.github/workflows/docker-testImage.yml
+++ b/.github/workflows/docker-testImage.yml
@@ -63,7 +63,7 @@ jobs:
     # https://github.com/docker/build-push-action
     - name: Build and push
       id: docker_build
-      uses: docker/build-push-action@v6
+      uses: docker/build-push-action@v7
       with:
         context: .
         file: ./docker/${{ matrix.docker-file }}

Reply via email to