add labels to docker container

This commit is contained in:
MarconLP 2023-07-16 20:39:16 +02:00
parent 83c5053ad6
commit 223a8ea1ad
No known key found for this signature in database
GPG key ID: F4CAFFDFA3451D5E

View file

@ -27,3 +27,10 @@ jobs:
context: . context: .
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/marconlp/snapify:latest tags: ghcr.io/marconlp/snapify:latest
labels: |
org.opencontainers.image.url=https://github.com/marconlp/snapify
org.opencontainers.image.source=https://github.com/marconlp/snapify
org.opencontainers.image.title=snapify
org.opencontainers.image.revision=${{ github.sha }}
org.opencontainers.image.created=${{ github.event.repository.updated_at }}
org.opencontainers.image.description=Screen recording sharing for absolutely everyone.