docker package: fix description

This commit is contained in:
Nicola Murino 2020-10-05 17:24:09 +02:00
parent 5da75c3915
commit 0ef826c090
No known key found for this signature in database
GPG key ID: 2F1FB59433D5A8CB

View file

@ -67,7 +67,7 @@ jobs:
COMMIT_SHA=${{ steps.info.outputs.sha }}
labels: |
org.opencontainers.image.title=${{ github.event.repository.name }}
org.opencontainers.image.description=${{ github.event.repository.description }}
org.opencontainers.image.description=Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support
org.opencontainers.image.url=${{ github.event.repository.html_url }}
org.opencontainers.image.source=${{ github.event.repository.clone_url }}
org.opencontainers.image.version=${{ steps.info.outputs.version }}