1 parent e6dea3d commit 573b93bCopy full SHA for 573b93b
1 file changed
.github/workflows/publish_docker.yml
@@ -44,9 +44,9 @@ jobs:
44
- name: Build and push Docker image
45
uses: docker/build-push-action@v3
46
with:
47
- context: .
+ context: ./docker
48
push: true
49
file: docker/Dockerfile
50
platforms: linux/amd64,linux/arm64
51
tags: ${{ steps.meta.outputs.tags }}
52
- labels: ${{ steps.meta.outputs.labels }}
+ labels: ${{ steps.meta.outputs.labels }}
0 commit comments