Skip to content

Commit 573b93b

Browse files
authored
Update docker publish context
1 parent e6dea3d commit 573b93b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
- name: Build and push Docker image
4545
uses: docker/build-push-action@v3
4646
with:
47-
context: .
47+
context: ./docker
4848
push: true
4949
file: docker/Dockerfile
5050
platforms: linux/amd64,linux/arm64
5151
tags: ${{ steps.meta.outputs.tags }}
52-
labels: ${{ steps.meta.outputs.labels }}
52+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)