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 7906bfaa8 Fix for the GitHub workflows (CONNECTORS-1754)
7906bfaa8 is described below
commit 7906bfaa8992ccf64a05ade05f36acf9e4eaa33d
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Mon Jun 17 22:35:02 2024 +0200
Fix for the GitHub workflows (CONNECTORS-1754)
---
.github/workflows/create-release-candidate.yml | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/create-release-candidate.yml
b/.github/workflows/create-release-candidate.yml
index da6d6d639..6b6d8f15c 100644
--- a/.github/workflows/create-release-candidate.yml
+++ b/.github/workflows/create-release-candidate.yml
@@ -272,12 +272,24 @@ jobs:
uses: docker/[email protected]
with:
images: apache/manifoldcf
-
+ labels: |
+ maintainer=Apache ManifoldCF Developers
<[email protected]>
+ org.opencontainers.image.title=Apache ManifoldCF
+ org.opencontainers.image.description=Apache ManifoldCF is a
multi-repository crawler framework, with multiple connectors.
+ org.opencontainers.image.vendor=Apache Software Foundation
+ org.opencontainers.image.ref.name=manifoldcf
+ org.opencontainers.image.authors=Apache ManifoldCF Developers
<[email protected]>
+
org.opencontainers.image.url=https://hub.docker.com/r/apache/manifoldcf
+
org.opencontainers.image.source=https://github.com/apache/manifoldcf/blob/trunk/Dockerfile
+
org.opencontainers.image.documentation=https://hub.docker.com/r/apache/manifoldcf
+ org.opencontainers.image.version=${{ steps.branchTag.outputs.tag }}
+ org.opencontainers.image.licenses=Apache-2.0
+
- name: Update Docker Image tag
run: sed -i 's/SNAPSHOT/${{ github.event.inputs.releasecandidatetag
}}/g' Dockerfile;
- name: Build and push ManifoldCF Docker Image
- uses: docker/[email protected]
+ uses: docker/[email protected]
with:
context: .
file: Dockerfile