1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fix: actions.icon: rocket is not a valid icon

This commit is contained in:
Carlos Alexandro Becker 2019-01-25 14:13:29 -02:00
parent 8096fac74d
commit 64d91df6d5
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -48,7 +48,7 @@ dockers:
- "--label=org.label-schema.name={{.ProjectName}}"
- "--label=com.github.actions.name={{.ProjectName}}"
- "--label=com.github.actions.description=Deliver Go binaries as fast and easily as possible"
- "--label=com.github.actions.icon=rocket"
- "--label=com.github.actions.icon=terminal"
- "--label=com.github.actions.color=blue"
- "--label=repository=http://github.com/goreleaser/goreleaser"
- "--label=homepage=http://goreleaser.com"