Skip to content

Commit c4fa7c0

Browse files
LightLight
authored andcommitted
chore(workflows): Fix context
1 parent 7b42f3f commit c4fa7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/build-push-action@v4
3535
with:
3636
push: true
37-
context: .
37+
context: ./darkhttpd
3838
file: ./darkhttpd/Dockerfile
3939
tags: |
4040
${{ env.DOCKERHUB_REPO }}:latest

0 commit comments

Comments
 (0)