Skip to content

Commit

Permalink
Fix for the GitHub workflows (CONNECTORS-1754)
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenPj committed Jun 17, 2024
1 parent 023b682 commit 7906bfa
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/create-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/build-push-action@v5.4.0
uses: docker/build-push-action@v6.0.0
with:
context: .
file: Dockerfile
Expand Down

0 comments on commit 7906bfa

Please sign in to comment.