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 c0d93b1e Bump docker/build-push-action from 5.4.0 to 6.1.0 (#353)
c0d93b1e is described below

commit c0d93b1ecf45ccdef8d71795da05c66f8cde251e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 21 08:40:11 2024 -0400

    Bump docker/build-push-action from 5.4.0 to 6.1.0 (#353)
    
    Bumps 
[docker/build-push-action](https://github.com/docker/build-push-action) from 
5.4.0 to 6.1.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - 
[Commits](https://github.com/docker/build-push-action/compare/ca052bb54ab0790a636c9b5f226502c73d547a25...31159d49c0d4756269a0940a750801a1ea5d7003)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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 2827091f..e9bd7837 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@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
+        uses: 
docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.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@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
+        uses: 
docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.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@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
+        uses: 
docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
         with:
           context: src/docker
           file: src/docker/Dockerfile.riscv64

Reply via email to