mirror of
https://github.com/docker/build-push-action.git
synced 2026-05-31 06:42:41 +03:00
Test GitHub Cache
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
declare module 'md5' {
|
||||
function md5(data: string, options?: {encoding: string; asBytes: boolean; asString: boolean}): string;
|
||||
export = md5;
|
||||
}
|
||||
Reference in New Issue
Block a user