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 bb4b947a Bump docker/build-push-action from 6.10.0 to 6.12.0 (#429)
bb4b947a is described below

commit bb4b947a648cf3f29d27523ba4d0ccc09540dd42
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 17 16:32:38 2025 -0500

    Bump docker/build-push-action from 6.10.0 to 6.12.0 (#429)
    
    Bumps 
[docker/build-push-action](https://github.com/docker/build-push-action) from 
6.10.0 to 6.12.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - 
[Commits](https://github.com/docker/build-push-action/compare/48aba3b46d1b1fec4febb7c5d0c644b249a11355...67a2d409c0a876cbe6b11854e3e25193efe4e62d)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    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 0745bfd6..2127d69c 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@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
+        uses: 
docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.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@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
+        uses: 
docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.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@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
+        uses: 
docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
         with:
           context: src/docker
           file: src/docker/Dockerfile.riscv64

Reply via email to