We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5ad54 commit a81350dCopy full SHA for a81350d
.goreleaser.yaml
@@ -44,8 +44,8 @@ kos:
44
platforms:
45
- linux/amd64
46
- linux/arm64
47
- flags:
48
- - "--label=org.opencontainers.image.created={{.Date}}"
49
- - "--label=org.opencontainers.image.revision={{.FullCommit}}"
50
- - "--label=org.opencontainers.image.title={{.ProjectName}}"
51
- - "--label=org.opencontainers.image.version={{.Version}}"
+ labels:
+ org.opencontainers.image.created: "{{.Date}}"
+ org.opencontainers.image.revision: "{{.FullCommit}}"
+ org.opencontainers.image.title: "{{.ProjectName}}"
+ org.opencontainers.image.version: "{{.Version}}"
0 commit comments