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 0c3653d commit 1001236Copy full SHA for 1001236
.github/workflows/docker-publish.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Build and push Docker image
28
uses: docker/build-push-action@v5
29
with:
30
- context: ./Docker
+ context: .
31
file: ./Docker/Dockerfile
32
push: true
33
tags: edryslabs/micropython-webrepl-proxy:latest
0 commit comments