Skip to content

Commit a432350

Browse files
committed
fix: update Dockerfile path in build workflow
1 parent ee87882 commit a432350

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
--platform linux/amd64,linux/arm64 \
7171
-t "$username/llonebot:$version" \
7272
-t "$username/llonebot:latest" \
73-
-f docker/llonebot/Dockerfile \
73+
-f docker/Dockerfile \
7474
--push \
7575
.
7676

0 commit comments

Comments
 (0)