Skip to content

Commit

Permalink
more labels
Browse files Browse the repository at this point in the history
  • Loading branch information
gertd committed Jun 6, 2023
1 parent bf72fca commit d74d84c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ dockers:
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- "--label=org.opencontainers.image.source=https://github.com/{{ .Env.ORG }}/{{ .Env.REPO }}"
- "--label=org.opencontainers.image.description=Topaz Authorizer"
- "--label=org.opencontainers.image.licenses=Apache-2.0"

- use: buildx
goos: linux
Expand All @@ -176,6 +178,8 @@ dockers:
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- "--label=org.opencontainers.image.source=https://github.com/{{ .Env.ORG }}/{{ .Env.REPO }}"
- "--label=org.opencontainers.image.description=Topaz Authorizer"
- "--label=org.opencontainers.image.licenses=Apache-2.0"

docker_manifests:
# https://goreleaser.com/customization/docker_manifest/
Expand Down

0 comments on commit d74d84c

Please sign in to comment.