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 2f50d84c Bump docker/build-push-action from 6.14.0 to 6.15.0 (#443)
2f50d84c is described below

commit 2f50d84ca870593d7a8bc3f7acf6d5548abaf56b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 28 07:09:43 2025 -0500

    Bump docker/build-push-action from 6.14.0 to 6.15.0 (#443)
    
    Bumps 
[docker/build-push-action](https://github.com/docker/build-push-action) from 
6.14.0 to 6.15.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - 
[Commits](https://github.com/docker/build-push-action/compare/0adf9959216b96bec444f325f1e493d4aa344497...471d1dc4e07e5cdedd4c2171150001c434f0b7a4)
    
    ---
    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 eeef5a61..49eae94a 100644
--- a/.github/workflows/docker_images.yml
+++ b/.github/workflows/docker_images.yml
@@ -54,14 +54,14 @@ jobs:
           username: ${{ github.actor }}
           password: ${{ secrets.GITHUB_TOKEN }}
       - name: Build and push main image
-        uses: 
docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
+        uses: 
docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.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@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
+        uses: 
docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
         with:
           context: src/docker
           file: src/docker/Dockerfile.aarch64
@@ -69,7 +69,7 @@ jobs:
           push: true
           tags: ${{ env.IMAGE_PREFIX }}-aarch64:latest
       - name: Build and push riscv64
-        uses: 
docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
+        uses: 
docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
         with:
           context: src/docker
           file: src/docker/Dockerfile.riscv64

Reply via email to