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 63677f9a Bump docker/build-push-action from 6.7.0 to 6.9.0 (#394)
63677f9a is described below
commit 63677f9add9df4ddbd81ff887888a6cd31a1bbc0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 4 08:18:49 2024 -0400
Bump docker/build-push-action from 6.7.0 to 6.9.0 (#394)
Bumps
[docker/build-push-action](https://github.com/docker/build-push-action) from
6.7.0 to 6.9.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
-
[Commits](https://github.com/docker/build-push-action/compare/5cd11c3a4ced054e52742c5fd54dca954e0edd85...4f58ea79222b3b9dc2c8bbdd6debcef730109a75)
---
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 32a50fbf..69ef0329 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@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
+ uses:
docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.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@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
+ uses:
docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.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@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
+ uses:
docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
with:
context: src/docker
file: src/docker/Dockerfile.riscv64