We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d930113 commit 881e105Copy full SHA for 881e105
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Build and push
33
uses: docker/build-push-action@v5
34
with:
35
- context: "./src/Ecowitt.Controller"
+ context: "{{defaultContext}}:src"
36
#dockerfile: ./Dockerfile
37
push: true
38
labels: ${{ steps.meta.outputs.labels }}
0 commit comments