This is an automated email from the ASF dual-hosted git repository.
OpenPj pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git
The following commit(s) were added to refs/heads/trunk by this push:
new 0cb4c9da3 Updated GitHub workflow for creating Docker release
0cb4c9da3 is described below
commit 0cb4c9da3cacdd64f2381aa3903993bc3d13487e
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Thu Jul 30 12:17:08 2026 +0200
Updated GitHub workflow for creating Docker release
---
.github/workflows/create-release-candidate.yml | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/create-release-candidate.yml
b/.github/workflows/create-release-candidate.yml
index 0c5993550..1928d884c 100644
--- a/.github/workflows/create-release-candidate.yml
+++ b/.github/workflows/create-release-candidate.yml
@@ -39,9 +39,10 @@ jobs:
uses: actions/[email protected]
- name: Set up OpenJDK 25 Temurin x64
- uses: actions/[email protected]
+ uses: oracle-actions/[email protected]
with:
- java-version: '25'
+ website: 'jdk.java.net'
+ version: '25'
distribution: 'temurin'
architecture: x64
cache: maven
@@ -276,20 +277,20 @@ jobs:
asset_content_type: application/zip
- name: Set up QEMU
- uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a
+ uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8
- name: Set up Docker Buildx
- uses:
docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5
+ uses:
docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c
- name: Login to Docker Hub
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
+ uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Docker meta
id: meta
- uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9
+ uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302
with:
images: apache/manifoldcf
labels: |
@@ -306,7 +307,7 @@ jobs:
org.opencontainers.image.licenses=Apache-2.0
- name: Build and push ManifoldCF Docker Image
- uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf
+ uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a
with:
context: .
file: Dockerfile