Skip to content

Commit 35c1af0

Browse files
committed
Fix Docker image build context path
[ci skip]
1 parent a513ec0 commit 35c1af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerimage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
- uses: docker/build-push-action@v5
2626
with:
2727
push: true
28-
file: ./utils/docker/Dockerfile
28+
context: utils/docker
2929
tags: ghcr.io/multitheftauto/mtasa-blue-build:latest

0 commit comments

Comments
 (0)