Skip to content

Commit 00053a2

Browse files
refactor: update build docker action
1 parent f51f4ce commit 00053a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Build and push Docker image
4949
uses: docker/build-push-action@v4
5050
with:
51-
context: ./backend
51+
context: .
5252
push: true
5353
tags: |
5454
${{ secrets.DOCKERHUB_REGISTRY }}/dataease-v2/sqlbot:latest

0 commit comments

Comments
 (0)