Skip to content

Commit c79f2cb

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ dockers_v2:
8282
org.opencontainers.image.source: "{{.GitURL}}"
8383
org.opencontainers.image.description: "Example goreleaser + github actions config with keyless signing, SBOM generation, and attestations"
8484
annotations:
85-
org.opencontainers.image.description: "Example goreleaser + github actions config with keyless signing, SBOM generation, and attestations"
85+
"index:org.opencontainers.image.description": "Example goreleaser + github actions config with keyless signing, SBOM generation, and attestations"
8686

8787
# signs our docker image
8888
# https://goreleaser.com/customization/docker_sign

0 commit comments

Comments
 (0)