Skip to content

Commit

Permalink
chore(goreleaser): fix image label values
Browse files Browse the repository at this point in the history
  • Loading branch information
tprasadtp committed Apr 3, 2024
1 parent d427763 commit 17acb15
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ dockers:
- --label=org.opencontainers.image.created={{.Date}}
- --label=org.opencontainers.image.revision={{.FullCommit}}
- --label=org.opencontainers.image.version={{.Version}}
- --label=org.opencontainers.image.vendor="Prasad Tengse <tprasadtp@users.noreply.github.com>"
- --label=org.opencontainers.image.source="https://github.com/tprasadtp/protonwire"
- --label=org.opencontainers.image.vendor=Prasad Tengse <tprasadtp@users.noreply.github.com>
- --label=org.opencontainers.image.source=https://github.com/tprasadtp/protonwire
- --label=org.opencontainers.image.title=protonwire
- --label=org.opencontainers.image.description="ProtonVPN Wireguard Client for Linux"
- --label=org.opencontainers.image.documentation=https://tprasadtp.github.io/protonwire
- --label=org.opencontainers.image.description=ProtonVPN Wireguard Client for Linux
- --label=org.opencontainers.image.documentation=https://github.com/tprasadtp/protonvpn-docker
- --label=org.opencontainers.image.licenses=GPLv3
- --label=org.opencontainers.image.url=https://ghcr.io/tprasadtp/protonwire
# Git Info
Expand Down Expand Up @@ -92,11 +92,11 @@ dockers:
- --label=org.opencontainers.image.created={{.Date}}
- --label=org.opencontainers.image.revision={{.FullCommit}}
- --label=org.opencontainers.image.version={{.Version}}
- --label=org.opencontainers.image.vendor="Prasad Tengse <tprasadtp@users.noreply.github.com>"
- --label=org.opencontainers.image.source="https://github.com/tprasadtp/protonwire"
- --label=org.opencontainers.image.vendor=Prasad Tengse <tprasadtp@users.noreply.github.com>
- --label=org.opencontainers.image.source=https://github.com/tprasadtp/protonwire
- --label=org.opencontainers.image.title=protonwire
- --label=org.opencontainers.image.description="ProtonVPN Wireguard Client for Linux"
- --label=org.opencontainers.image.documentation=https://tprasadtp.github.io/protonwire
- --label=org.opencontainers.image.description=ProtonVPN Wireguard Client for Linux
- --label=org.opencontainers.image.documentation=https://github.com/tprasadtp/protonvpn-docker
- --label=org.opencontainers.image.licenses=GPLv3
- --label=org.opencontainers.image.url=https://ghcr.io/tprasadtp/protonwire
# Git Info
Expand Down

0 comments on commit 17acb15

Please sign in to comment.