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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 72d95a6a Bump docker/build-push-action from 5.1.0 to 5.2.0 (#310)
72d95a6a is described below

commit 72d95a6a74cc00ebaa43a13a6af269426e88fb95
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 8 07:24:46 2024 -0500

    Bump docker/build-push-action from 5.1.0 to 5.2.0 (#310)
    
    Bumps 
[docker/build-push-action](https://github.com/docker/build-push-action) from 
5.1.0 to 5.2.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - 
[Commits](https://github.com/docker/build-push-action/compare/4a13e500e55cf31b7a5d59a38ab2040ab0f42f56...af5a7ed5ba88268d5278f7203fb52cd833f66d6e)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/docker_images.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/docker_images.yml 
b/.github/workflows/docker_images.yml
index 30daa601..a4784133 100644
--- a/.github/workflows/docker_images.yml
+++ b/.github/workflows/docker_images.yml
@@ -51,14 +51,14 @@ jobs:
           username: ${{ github.actor }}
           password: ${{ secrets.GITHUB_TOKEN }}
       - name: Build and push main image
-        uses: 
docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
+        uses: 
docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0
         with:
           context: src/docker
           file: src/docker/Dockerfile
           push: true
           tags: ${{ env.IMAGE_PREFIX }}:latest
       - name: Build and push aarch64
-        uses: 
docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
+        uses: 
docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0
         with:
           context: src/docker
           file: src/docker/Dockerfile.aarch64
@@ -66,7 +66,7 @@ jobs:
           push: true
           tags: ${{ env.IMAGE_PREFIX }}-aarch64:latest
       - name: Build and push riscv64
-        uses: 
docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
+        uses: 
docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0
         with:
           context: src/docker
           file: src/docker/Dockerfile.riscv64

Reply via email to