Skip to content

Commit bf3f1ef

Browse files
committed
feat: associate with Dockerfile.*
This convention used to be noted in the Docker documentation for some time recently, and has stuck here and there even though the docs no longer refer to it. docker/docs#9245 (comment) Closes #6
1 parent d208687 commit bf3f1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wasm_plugin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ impl SyncPluginHandler<Configuration> for DockerfilePluginHandler {
3232
},
3333
file_matching: FileMatchingInfo {
3434
file_extensions: vec!["dockerfile".to_string()],
35-
file_names: vec!["Dockerfile".to_string()],
35+
file_names: vec!["Dockerfile".to_string(), "Dockerfile.*".to_string()],
3636
},
3737
}
3838
}

0 commit comments

Comments
 (0)