This is an automated email from the ASF dual-hosted git repository.
sebb 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 9c065f2e Bump docker plugins
9c065f2e is described below
commit 9c065f2e75e71cde10f4eb7872a1f83078737b43
Author: Sebb <[email protected]>
AuthorDate: Sat Dec 23 01:30:25 2023 +0000
Bump docker plugins
---
.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 8143a69a..ae27128e 100644
--- a/.github/workflows/docker_images.yml
+++ b/.github/workflows/docker_images.yml
@@ -45,20 +45,20 @@ jobs:
- name: Set up Docker Buildx
uses:
docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
- name: Login to Docker Hub
- uses: docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb
+ uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d #
3.0.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push main image
- uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
+ uses:
docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.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@f2a1d5e99d037542a71f64918e516c093c6f3fc4
+ uses:
docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
with:
context: src/docker
file: src/docker/Dockerfile.aarch64