Skip to content

Commit

Permalink
ci: Use raw usercontent image url
Browse files Browse the repository at this point in the history
Signed-off-by: AlexNg <[email protected]>
  • Loading branch information
caffeine-addictt committed Sep 8, 2024
1 parent 9c33989 commit efe81cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dockers:
build_flag_templates:
- "--pull"
- "--label=io.artifacthub.package.readme-url=https://raw.githubusercontent.com/caffeine-addictt/waku/main/README.md"
- "--label=io.artifacthub.package.logo-url=https://github.com/caffeine-addictt/waku/blob/main/assets/logo.png"
- "--label=io.artifacthub.package.logo-url=https://raw.githubusercontent.com/caffeine-addictt/waku/main/assets/logo.png"
- '--label=io.artifacthub.package.maintainers=[{"name":"Jun Xiang","email":"[email protected]"}]'
- "--label=io.artifacthub.package.license=AGPL-3.0"
- "--label=org.opencontainers.image.description=A simple template repository generator. Lets make starting new proejcts feel like a breeze again!"
Expand Down Expand Up @@ -135,7 +135,7 @@ chocolateys:
project_url: https://github.com/caffeine-addictt/waku
package_source_url: https://github.com/caffeine-addictt/waku
url_template: "https://github.com/caffeine-addictt/waku/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
icon_url: "https://github.com/caffeine-addictt/waku/blob/main/assets/logo.png"
icon_url: "https://raw.githubusercontent.com/caffeine-addictt/waku/main/assets/logo.png"
copyright: 2024 Jun Xiang
license_url: https://github.com/caffeine-addictt/waku/blob/main/LICENSE
require_license_acceptance: false
Expand Down

0 comments on commit efe81cc

Please sign in to comment.