Przeglądaj źródła

docker package: fix description

Nicola Murino 4 lat temu
rodzic
commit
0ef826c090
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/docker.yml

+ 1 - 1
.github/workflows/docker.yml

@@ -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 }}