From 64d91df6d52f34cd144f170f9ccb1729d83b5d33 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Fri, 25 Jan 2019 14:13:29 -0200 Subject: [PATCH] fix: actions.icon: rocket is not a valid icon --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 32efa3c82..68f2d6826 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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"