Skip to content

Commit 81a31c1

Browse files
fix: docker registry url
1 parent e44fb84 commit 81a31c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Prepare
5050
id: prepare
5151
run: |
52-
DOCKER_IMAGE=${{ secrets.ALIYUN_REGISTRY_HOST }}/maxkb/maxkb
52+
DOCKER_IMAGE=${{ secrets.ALIYUN_REGISTRY_HOST }}/dataease/sqlbot
5353
DOCKER_PLATFORMS=${{ github.event.inputs.architecture }}
5454
TAG_NAME=${{ github.event.inputs.dockerImageTag }}
5555
TAG_NAME_WITH_LATEST=${{ github.event.inputs.dockerImageTagWithLatest }}

0 commit comments

Comments
 (0)