diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 14ca5f9..f2b0c1e 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -67,7 +67,7 @@ jobs: type=raw,value=latest,enable={{is_default_branch}} labels: | org.opencontainers.image.title=${{ github.repository }} - org.opencontainers.image.description=KatelyaTV - A modern streaming platform + org.opencontainers.image.description=katelyatv - A modern streaming platform org.opencontainers.image.url=${{ github.server_url }}/${{ github.repository }} org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }} org.opencontainers.image.version=${{ steps.meta.outputs.version }} @@ -159,4 +159,4 @@ jobs: with: subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}} subject-digest: ${{ steps.build.outputs.digest }} - push-to-registry: true \ No newline at end of file + push-to-registry: true