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

github-bot 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 13d526732a Bump docker/build-push-action from 4 to 5 (#1908)
13d526732a is described below

commit 13d526732a5754272e59c9a044865b07092f2737
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 13 08:43:24 2023 +0000

    Bump docker/build-push-action from 4 to 5 (#1908)
---
 .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 d432974b75..d91089a5e6 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@v4
+      uses: docker/build-push-action@v5
       with:
         context: .
         file: ./docker/${{ matrix.docker-file }}
diff --git a/.github/workflows/docker-release.yml 
b/.github/workflows/docker-release.yml
index 1af913cce0..6560424c0a 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@v4
+      uses: docker/build-push-action@v5
       with:
         context: .
         file: ./docker/sysds.Dockerfile
diff --git a/.github/workflows/docker-testImage.yml 
b/.github/workflows/docker-testImage.yml
index 102a8aa2e4..5e6723a54a 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@v4
+      uses: docker/build-push-action@v5
       with:
         context: .
         file: ./docker/${{ matrix.docker-file }}

Reply via email to