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

Commit

Permalink
Merge pull request #6 from KusionStack/adjust-image-name-to-lowercase
Browse files Browse the repository at this point in the history
chore: convert image name to lowercase
  • Loading branch information
elliotxx authored May 12, 2022
2 parents decb87c + 16ceaac commit 9f270e1
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 @@ -49,17 +49,17 @@ release:
draft: false
footer: |
## Docker Images
* `KusionStack/kusionup:{{ .Tag }}`
* `KusionStack/kusionup:{{ .Tag }}-arm64`
* `kusionstack/kusionup:{{ .Tag }}`
* `kusionstack/kusionup:{{ .Tag }}-arm64`
## Thanks!
dockers:
- image_templates:
- 'KusionStack/{{ .ProjectName }}:{{ .Tag }}'
- 'KusionStack/{{ .ProjectName }}:latest'
# - 'ghcr.io/KusionStack/{{ .ProjectName }}:{{ .Tag }}'
# - 'ghcr.io/KusionStack/{{ .ProjectName }}:latest'
- 'kusionstack/{{ .ProjectName }}:{{ .Tag }}'
- 'kusionstack/{{ .ProjectName }}:latest'
# - 'ghcr.io/kusionstack/{{ .ProjectName }}:{{ .Tag }}'
# - 'ghcr.io/kusionstack/{{ .ProjectName }}:latest'
dockerfile: Dockerfile
use: docker
build_flag_templates:
Expand All @@ -71,8 +71,8 @@ dockers:
- "--label=org.opencontainers.image.source={{.GitURL}}"
- "--platform=linux/amd64"
- image_templates:
- 'KusionStack/{{ .ProjectName }}:{{ .Tag }}-arm64'
# - 'ghcr.io/KusionStack/{{ .ProjectName }}:{{ .Tag }}-arm64'
- 'kusionstack/{{ .ProjectName }}:{{ .Tag }}-arm64'
# - 'ghcr.io/kusionstack/{{ .ProjectName }}:{{ .Tag }}-arm64'
dockerfile: Dockerfile
use: docker
build_flag_templates:
Expand Down

0 comments on commit 9f270e1

Please sign in to comment.