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 6eb45a5b5 Fix for GitHub Workflow Release Candidate
6eb45a5b5 is described below
commit 6eb45a5b5f6659f57ee7819c1118056d253f85fd
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Thu Jul 2 15:24:38 2026 +0200
Fix for GitHub Workflow Release Candidate
---
.github/workflows/create-release-candidate.yml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/create-release-candidate.yml
b/.github/workflows/create-release-candidate.yml
index 213a680b6..0c5993550 100644
--- a/.github/workflows/create-release-candidate.yml
+++ b/.github/workflows/create-release-candidate.yml
@@ -36,10 +36,10 @@ jobs:
run: echo "Starting Apache ManifoldCF workflow for building ${{
github.event.inputs.releasecandidatetag }}"
- name: Checkout
- uses: actions/[email protected]
+ uses: actions/[email protected]
- name: Set up OpenJDK 25 Temurin x64
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
java-version: '25'
distribution: 'temurin'
@@ -276,20 +276,20 @@ jobs:
asset_content_type: application/zip
- name: Set up QEMU
- uses: docker/[email protected]
+ uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a
- name: Set up Docker Buildx
- uses: docker/[email protected]
+ uses:
docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5
- name: Login to Docker Hub
- uses: docker/[email protected]
+ uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Docker meta
id: meta
- uses: docker/[email protected]
+ uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9
with:
images: apache/manifoldcf
labels: |
@@ -306,7 +306,7 @@ jobs:
org.opencontainers.image.licenses=Apache-2.0
- name: Build and push ManifoldCF Docker Image
- uses: docker/[email protected]
+ uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf
with:
context: .
file: Dockerfile