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 f0d1faf1d Fix for the Docker build (CONNECTORS-1754)
f0d1faf1d is described below

commit f0d1faf1d4b10b341bcd3f4ea2c370a10dad11fe
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Mon Jun 17 14:36:40 2024 +0200

    Fix for the Docker build (CONNECTORS-1754)
---
 .github/workflows/create-release-candidate.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/create-release-candidate.yml 
b/.github/workflows/create-release-candidate.yml
index be66df928..7700cf3bf 100644
--- a/.github/workflows/create-release-candidate.yml
+++ b/.github/workflows/create-release-candidate.yml
@@ -287,5 +287,5 @@ jobs:
           file: Dockerfile
           platforms: linux/amd64,linux/arm64/v8
           push: true
-          tags: ${{ steps.meta.outputs.tags }}
+          tags: apache/manifoldcf:latest,apache/manifoldcf:${{ 
steps.branchTag.outputs.tag }}
           labels: ${{ steps.meta.outputs.labels }}

Reply via email to