Skip to content

Commit

Permalink
fix: add artifacthub label
Browse files Browse the repository at this point in the history
  • Loading branch information
acouvreur committed Oct 23, 2024
1 parent 006a235 commit ed357e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ dockers:
- '--label=org.opencontainers.image.created={{.Date}}'
- '--label=org.opencontainers.image.revision={{.FullCommit}}'
- '--label=org.opencontainers.image.version={{.Version}}'
- '--label=io.artifacthub.package.readme-url=https://raw.githubusercontent.com/sablierapp/mimic/{{.FullCommit}}/README.md'
- '--platform=linux/amd64'

- use: buildx
Expand All @@ -115,6 +116,7 @@ dockers:
- '--label=org.opencontainers.image.created={{.Date}}'
- '--label=org.opencontainers.image.revision={{.FullCommit}}'
- '--label=org.opencontainers.image.version={{.Version}}'
- '--label=io.artifacthub.package.readme-url=https://raw.githubusercontent.com/sablierapp/mimic/{{.FullCommit}}/README.md'
- '--platform=linux/arm64'

- use: buildx
Expand All @@ -140,6 +142,7 @@ dockers:
- '--label=org.opencontainers.image.created={{.Date}}'
- '--label=org.opencontainers.image.revision={{.FullCommit}}'
- '--label=org.opencontainers.image.version={{.Version}}'
- '--label=io.artifacthub.package.readme-url=https://raw.githubusercontent.com/sablierapp/mimic/{{.FullCommit}}/README.md'
- '--platform=linux/arm/v7'

docker_signs:
Expand Down

0 comments on commit ed357e3

Please sign in to comment.