2
0
Fork 0
mirror of https://code.forgejo.org/docker/metadata-action.git synced 2025-09-15 17:27:00 +00:00

back to commit sha length of 7

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2024-11-19 18:12:23 +01:00
parent 8cb0002d6a
commit e44a9cd788
No known key found for this signature in database
GPG key ID: ADE44D8C9D44FBE4
3 changed files with 72 additions and 72 deletions

View file

@ -13,7 +13,7 @@ import * as icl from './image';
import * as tcl from './tag';
import * as fcl from './flavor';
const defaultShortShaLength = 12;
const defaultShortShaLength = 7;
export interface Version {
main: string | undefined;