add labels to docker container
This commit is contained in:
parent
83c5053ad6
commit
223a8ea1ad
1 changed files with 7 additions and 0 deletions
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
|
|
@ -27,3 +27,10 @@ jobs:
|
|||
context: .
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue