Skip to content

Commit

Permalink
Fix: Mandatory labels for "artifacthub.io"
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Apr 1, 2023
1 parent 3ca9cf9 commit 0f5c9ae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f5c9ae

Please sign in to comment.