We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6dea3d commit 573b93bCopy full SHA for 573b93b
.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