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:
parent
8096fac74d
commit
64d91df6d5
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user