Skip to content

Commit eaa10d5

Browse files
committed
fix: annotation
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
1 parent d26c123 commit eaa10d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ dockers_v2:
8080
org.opencontainers.image.revision: "{{.FullCommit}}"
8181
org.opencontainers.image.version: "{{.Version}}"
8282
org.opencontainers.image.source: "{{.GitURL}}"
83+
org.opencontainers.image.description: "Example goreleaser + github actions config with keyless signing, SBOM generation, and attestations"
84+
annotations:
85+
org.opencontainers.image.description: "Example goreleaser + github actions config with keyless signing, SBOM generation, and attestations"
8386

8487
# signs our docker image
8588
# https://goreleaser.com/customization/docker_sign

0 commit comments

Comments
 (0)