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

janardhan 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 b1e831fa20 [MINOR] Upgrade docker/build-push-action from 3 to 4 (#1775)
b1e831fa20 is described below

commit b1e831fa202a8e15940ade6016f37237412a8c94
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 5 19:50:33 2023 +0530

    [MINOR] Upgrade docker/build-push-action from 3 to 4 (#1775)
    
    Bumps 
[docker/build-push-action](https://github.com/docker/build-push-action) from 3 
to 4.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](https://github.com/docker/build-push-action/compare/v3...v4)
    
    ---
    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]>
    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 5e893880cc..4b8dce4ca0 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@v3
+      uses: docker/build-push-action@v4
       with:
         context: .
         file: ./docker/${{ matrix.docker-file }}
diff --git a/.github/workflows/docker-release.yml 
b/.github/workflows/docker-release.yml
index f775b1771d..50c9426cdf 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@v3
+      uses: docker/build-push-action@v4
       with:
         context: .
         file: ./docker/sysds.Dockerfile
diff --git a/.github/workflows/docker-testImage.yml 
b/.github/workflows/docker-testImage.yml
index 577d3d4092..ae89c61499 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@v3
+      uses: docker/build-push-action@v4
       with:
         context: .
         file: ./docker/${{ matrix.docker-file }}

Reply via email to