diff --git a/.goreleaser.yml b/.goreleaser.yml index 576532c..e01a854 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -68,7 +68,7 @@ dockers: - "--label=org.label-schema.schema-version=1.0" - "--label=org.label-schema.version={{ .Version }}" - "--label=org.label-schema.name={{ .ProjectName }}" - - "--label=com.github.actions.name={{ .ProjectName} }" + - "--label=com.github.actions.name={{ .ProjectName }}" - "--label=com.github.actions.description=Simple CLI tool to deploy static websites to AWS S3 with Cloudflare DNS" - "--label=com.github.actions.icon=terminal" - "--label=com.github.actions.color=blue"