Skip to content

Commit 7906bfa

Browse files
committed
Fix for the GitHub workflows (CONNECTORS-1754)
1 parent 023b682 commit 7906bfa

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

.github/workflows/create-release-candidate.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,12 +272,24 @@ jobs:
272272
uses: docker/metadata-action@v5.5.1
273273
with:
274274
images: apache/manifoldcf
275-
275+
labels: |
276+
maintainer=Apache ManifoldCF Developers <dev@manifoldcf.apache.org>
277+
org.opencontainers.image.title=Apache ManifoldCF
278+
org.opencontainers.image.description=Apache ManifoldCF is a multi-repository crawler framework, with multiple connectors.
279+
org.opencontainers.image.vendor=Apache Software Foundation
280+
org.opencontainers.image.ref.name=manifoldcf
281+
org.opencontainers.image.authors=Apache ManifoldCF Developers <dev@manifoldcf.apache.org>
282+
org.opencontainers.image.url=https://hub.docker.com/r/apache/manifoldcf
283+
org.opencontainers.image.source=https://github.com/apache/manifoldcf/blob/trunk/Dockerfile
284+
org.opencontainers.image.documentation=https://hub.docker.com/r/apache/manifoldcf
285+
org.opencontainers.image.version=${{ steps.branchTag.outputs.tag }}
286+
org.opencontainers.image.licenses=Apache-2.0
287+
276288
- name: Update Docker Image tag
277289
run: sed -i 's/SNAPSHOT/${{ github.event.inputs.releasecandidatetag }}/g' Dockerfile;
278290

279291
- name: Build and push ManifoldCF Docker Image
280-
uses: docker/build-push-action@v5.4.0
292+
uses: docker/build-push-action@v6.0.0
281293
with:
282294
context: .
283295
file: Dockerfile

0 commit comments

Comments
 (0)