henry000 commited on
Commit
77181ee
Β·
1 Parent(s): 0e6029d

πŸ’š [Fix] docker deploy bugs

Browse files
Files changed (1) hide show
  1. .github/workflows/docker.yaml +1 -1
.github/workflows/docker.yaml CHANGED
@@ -32,7 +32,7 @@ jobs:
32
  - name: Build and push Docker image
33
  uses: docker/build-push-action@v4
34
  with:
35
- context: docker
36
  file: docker/Dockerfile
37
  push: true
38
  tags: ${{ steps.meta.outputs.tags }}
 
32
  - name: Build and push Docker image
33
  uses: docker/build-push-action@v4
34
  with:
35
+ context: .
36
  file: docker/Dockerfile
37
  push: true
38
  tags: ${{ steps.meta.outputs.tags }}