Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Remove license label from docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Feb 7, 2024
1 parent 7ef9276 commit c66f7a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ dockers:
- --label=org.opencontainers.image.version={{ .Version }}
- --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
- --label=org.opencontainers.image.revision={{ .FullCommit }}
- --label=org.opencontainers.image.licenses={{ .License }}
skip_push: false

- image_templates:
Expand All @@ -64,7 +63,6 @@ dockers:
- --label=org.opencontainers.image.version={{ .Version }}
- --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
- --label=org.opencontainers.image.revision={{ .FullCommit }}
- --label=org.opencontainers.image.licenses={{ .License }}
skip_push: false

docker_manifests:
Expand Down

0 comments on commit c66f7a3

Please sign in to comment.