Spaces:
Sleeping
Sleeping
💚 [Fix] docker deploy bugs
Browse files
.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:
|
| 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 }}
|