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

commit be4cfe35b2ee47d4a527d177837a1aaa3497d47c
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Fri Jun 28 12:14:13 2024 +0200

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

diff --git a/.github/workflows/create-docker-image.yml 
b/.github/workflows/create-docker-image.yml
index a673aa1b1..d2b13770d 100644
--- a/.github/workflows/create-docker-image.yml
+++ b/.github/workflows/create-docker-image.yml
@@ -17,12 +17,11 @@
 
 name: Create Docker Image
 run-name: ${{ github.actor }} is creating a new Docker Image
-permissions:
-  contents: write
   
 on:
   workflow_dispatch:
-    release:
+    inputs:
+      release:
         type: choice
         description: Select the ManifoldCF release
         options:

Reply via email to