We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba20d17 commit c82b555Copy full SHA for c82b555
.github/workflows/build_docker.yml
@@ -54,9 +54,8 @@ jobs:
54
context: ./backend
55
push: true
56
tags: |
57
- registry.cn-shanghai.aliyuncs.com/dataease-v2/sqlbot:${{ inputs.image_version }}
58
- #${{ secrets.DOCKERHUB_REGISTRY }}/sqlbot:latest
59
- #${{ secrets.DOCKERHUB_REGISTRY }}/sqlbot:${{ github.sha }}
+ registry.cn-shanghai.aliyuncs.com/dataease-v2/sqlbot:latest
+ registry.cn-shanghai.aliyuncs.com/dataease-v2/sqlbot:${{ inputs.image_version }}
60
#- name: Build Image
61
# run: docker build -t registry.cn-shanghai.aliyuncs.com/dataease-v2/sqlbot:${{ inputs.image_version }} .
62
#- name: Login registry
0 commit comments