Skip to content

Commit d30e64d

Browse files
authored
chore: update docker namespace and password (#58)
1 parent 0311787 commit d30e64d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: docker/login-action@v2
5050
with:
5151
username: ${{ secrets.DOCKERHUB_USERNAME }}
52-
password: ${{ secrets.DOCKERHUB_TOKEN }}
52+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
5353
# <--- End --->
5454
- name: Run GoReleaser
5555
uses: goreleaser/goreleaser-action@v4

.goreleaser.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ release:
4949
draft: false
5050
footer: |
5151
## Docker Images
52-
* `kusionstack/kcl-openapi:{{ .Env.RELEASE_VERSION }}`
52+
* `kcllang/kcl-openapi:{{ .Env.RELEASE_VERSION }}`
5353
dockers:
5454
- use: buildx
5555
goos: linux
5656
goarch: amd64
5757
dockerfile: Dockerfile
5858
image_templates:
59-
- kusionstack/{{ .ProjectName }}:{{ .Tag }}-amd64
59+
- kcllang/{{ .ProjectName }}:{{ .Tag }}-amd64
6060
build_flag_templates:
6161
- "--target=goreleaser"
6262
- "--pull"
@@ -69,10 +69,10 @@ dockers:
6969

7070
docker_manifests:
7171
- use: docker
72-
name_template: kusionstack/{{ .ProjectName }}:{{ .Tag }}
72+
name_template: kcllang/{{ .ProjectName }}:{{ .Tag }}
7373
image_templates:
74-
- kusionstack/{{ .ProjectName }}:{{ .Tag }}-amd64
74+
- kcllang/{{ .ProjectName }}:{{ .Tag }}-amd64
7575
- use: docker
76-
name_template: kusionstack/{{ .ProjectName }}:latest
76+
name_template: kcllang/{{ .ProjectName }}:latest
7777
image_templates:
78-
- kusionstack/{{ .ProjectName }}:{{ .Tag }}-amd64
78+
- kcllang/{{ .ProjectName }}:{{ .Tag }}-amd64

0 commit comments

Comments
 (0)