From 0f5c9ae040a6f3aea60975cabb3192ad0c3d0015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mence=20Lesn=C3=A9?= Date: Sat, 1 Apr 2023 18:26:21 +0200 Subject: [PATCH] Fix: Mandatory labels for "artifacthub.io" --- .github/workflows/pipeline.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index add681b8..07453c21 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -155,10 +155,14 @@ jobs: labels: | io.artifacthub.package.category=integration-delivery io.artifacthub.package.keywords=agent,azure,azure-devops,azure-pipelines,container,devops,docker,helm,kubernetes,pipelines,self-hosted,self-hosted-agent,auto-scale,keda + io.artifacthub.package.license=Apache-2.0 io.artifacthub.package.logo-url=https://raw.githubusercontent.com/${{ env.CONTAINER_NAME }}/${{ github.sha }}/logo.svg io.artifacthub.package.maintainers=[{"name":"${{ github.actor }}","email":"${{ github.actor }}@users.noreply.github.com"}] io.artifacthub.package.readme-url=https://raw.githubusercontent.com/${{ env.CONTAINER_NAME }}/${{ github.sha }}/README.md - io.artifacthub.package.license=Apache-2.0 + org.opencontainers.image.created={{date 'YYYY-MM-DDTHH:mm:ssZ'}} + org.opencontainers.image.documentation=https://github.com/${{ env.CONTAINER_NAME }} + org.opencontainers.image.vendor=${{ github.actor }} + org.opencontainers.image.version=${{ steps.version.outputs.version_full }} - name: Build/push container uses: docker/build-push-action@v4