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 fae8f13e0 added Dockerfiles for building all the Release Images
(CONNECTORS-1754)
fae8f13e0 is described below
commit fae8f13e0758716d9ba9b4951f2a8ed87c9d7d3a
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Fri Jun 28 15:25:27 2024 +0200
added Dockerfiles for building all the Release Images (CONNECTORS-1754)
---
.github/workflows/create-docker-image.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/create-docker-image.yml
b/.github/workflows/create-docker-image.yml
index 896f606e6..267ea6166 100644
--- a/.github/workflows/create-docker-image.yml
+++ b/.github/workflows/create-docker-image.yml
@@ -86,7 +86,7 @@ jobs:
- name: Set up OpenJDK 11 Temurin x64
uses: actions/[email protected]
with:
- java-version: '8'
+ java-version: '${{ steps.jdk.outputs.version }}'
distribution: 'temurin'
architecture: x64
cache: maven