mirror of
https://github.com/docker/build-push-action.git
synced 2026-01-21 10:08:54 +08:00
Test GitHub Cache
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
5003e0df3d
commit
22acf7cb32
10 changed files with 54626 additions and 51 deletions
4
src/md5.d.ts
vendored
Normal file
4
src/md5.d.ts
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
declare module 'md5' {
|
||||
function md5(data: string, options?: {encoding: string; asBytes: boolean; asString: boolean}): string;
|
||||
export = md5;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue