Skip to content

Commit f18dc7a

Browse files
Update build_docker.yml
1 parent 7d93874 commit f18dc7a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_docker.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ jobs:
4242
- name: Login to Docker
4343
uses: docker/login-action@v2
4444
with:
45+
registry: registry.cn-shanghai.aliyuncs.com
4546
username: 划船不用桨_小白
4647
password: 1qaz@WSX
48+
#registry: ${{ secrets.DOCKERHUB_REGISTRY }}
4749
#username: ${{ secrets.DOCKERHUB_USERNAME }}
4850
#password: ${{ secrets.DOCKERHUB_TOKEN }}
4951
- name: Build and push Docker image
@@ -52,7 +54,7 @@ jobs:
5254
context: ./backend
5355
push: true
5456
tags: |
55-
registry.cn-shanghai.aliyuncs.com/dataease-v2/sqlbot:${{ inputs.image_version }}
57+
dataease-v2/sqlbot:${{ inputs.image_version }}
5658
#${{ secrets.DOCKERHUB_REGISTRY }}/sqlbot:latest
5759
#${{ secrets.DOCKERHUB_REGISTRY }}/sqlbot:${{ github.sha }}
5860
#- name: Build Image

0 commit comments

Comments
 (0)