Skip to content

Commit 1001236

Browse files
committed
fixed docker workflow
1 parent 0c3653d commit 1001236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build and push Docker image
2828
uses: docker/build-push-action@v5
2929
with:
30-
context: ./Docker
30+
context: .
3131
file: ./Docker/Dockerfile
3232
push: true
3333
tags: edryslabs/micropython-webrepl-proxy:latest

0 commit comments

Comments
 (0)