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 5426ab21b1 Bump docker/build-push-action from 2 to 3
5426ab21b1 is described below

commit 5426ab21b1690729625ebead4c8e1872b2516fc7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 16 10:33:39 2022 +0000

    Bump docker/build-push-action from 2 to 3
    
    Bumps 
[docker/build-push-action](https://github.com/docker/build-push-action) from 2 
to 3.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](https://github.com/docker/build-push-action/compare/v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/docker-cd.yml        | 2 +-
 .github/workflows/docker-testImage.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/docker-cd.yml b/.github/workflows/docker-cd.yml
index 04bd4efb31..7f985d2dba 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@v2
+      uses: docker/build-push-action@v3
       with:
         context: .
         file: ./docker/${{ matrix.docker-file }}
diff --git a/.github/workflows/docker-testImage.yml 
b/.github/workflows/docker-testImage.yml
index 09c3acc71c..9ecf599953 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@v2
+      uses: docker/build-push-action@v3
       with:
         context: .
         file: ./docker/${{ matrix.docker-file }}

Reply via email to