2
0
Fork 0
mirror of https://code.forgejo.org/docker/metadata-action.git synced 2025-08-26 16:00:54 +00:00
This commit is contained in:
CrazyMax 2021-03-30 13:57:28 +02:00
parent ac90ddf06e
commit e04b4d01a9
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 29 additions and 38 deletions

View file

@ -47,7 +47,6 @@ export class Meta {
if (tag.attrs['enable'] == 'false') {
continue;
}
switch (tag.type) {
case tcl.Type.Schedule: {
version = this.procSchedule(version, tag);