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 329c87bcf added Dockerfiles for building all the Release Images 
(CONNECTORS-1754)
329c87bcf is described below

commit 329c87bcf03a2a54b0b9d02378f6a166d478a57a
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Fri Jun 28 12:15:21 2024 +0200

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

diff --git a/.github/workflows/create-docker-image.yml 
b/.github/workflows/create-docker-image.yml
index d2b13770d..68ac5ff12 100644
--- a/.github/workflows/create-docker-image.yml
+++ b/.github/workflows/create-docker-image.yml
@@ -77,12 +77,12 @@ jobs:
         uses: actions/[email protected]
         with:
           sparse-checkout: |
-            src/main/docker/${{ steps.jdk.outputs.version }}/Dockerfile
+            src/main/docker/JDK-${{ steps.jdk.outputs.version }}/Dockerfile
           sparse-checkout-cone-mode: false
       
       - name: Move the Dockerfile in the root folder
         run: |
-          mv src/main/docker/${{ steps.jdk.outputs.version }}/Dockerfile  ${{ 
github.workspace }}
+          mv src/main/docker/JDK-${{ steps.jdk.outputs.version }}/Dockerfile  
${{ github.workspace }}
           echo ls ${{ github.workspace }}
       
       - name: Download ManifoldCF ${{ steps.mcf.outputs.release }} distribution

Reply via email to