Skip to content

Commit 1f5a50d

Browse files
committed
Fix "docker build --file" (relative to "Directory")
1 parent edff514 commit 1f5a50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/github-actions/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ for tag in $tags; do
8282
)
8383
)
8484
+ if .file != "Dockerfile" then
85-
[ "--file", (.file | @sh) ]
85+
[ "--file", ((.directory + "/" + .file) | @sh) ]
8686
else
8787
[]
8888
end

0 commit comments

Comments
 (0)