This is an automated email from the ASF dual-hosted git repository.

piergiorgio pushed a commit to branch CONNECTORS-1754
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git


The following commit(s) were added to refs/heads/CONNECTORS-1754 by this push:
     new 1aefe8373 added Dockerfiles for building all the Release Images 
(CONNECTORS-1754)
1aefe8373 is described below

commit 1aefe837300cd8f7d57902c97059b58d10d974fe
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Fri Jun 28 15:24:16 2024 +0200

    added Dockerfiles for building all the Release Images (CONNECTORS-1754)
---
 .github/workflows/create-docker-image.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.github/workflows/create-docker-image.yml 
b/.github/workflows/create-docker-image.yml
index bea41daee..896f606e6 100644
--- a/.github/workflows/create-docker-image.yml
+++ b/.github/workflows/create-docker-image.yml
@@ -83,6 +83,16 @@ jobs:
         with:
           ref: release-${{ steps.mcf.outputs.release }}
       
+      - name: Set up OpenJDK 11 Temurin x64
+        uses: actions/[email protected]
+        with:
+          java-version: '8'
+          distribution: 'temurin'
+          architecture: x64
+          cache: maven
+          gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
+          gpg-passphrase: GPG_PASSPHRASE
+      
       - name: Ant Build
         run: ant make-core-deps make-deps image
         

Reply via email to