mirror of
https://code.forgejo.org/docker/metadata-action.git
synced 2025-08-26 16:00:54 +00:00
Fix 'enable' tag attribute (#53)
This commit is contained in:
parent
72654174f7
commit
b909bd34ef
3 changed files with 79 additions and 1 deletions
|
@ -44,6 +44,10 @@ export class Meta {
|
|||
};
|
||||
|
||||
for (const tag of this.tags) {
|
||||
if (tag.attrs['enable'] == 'false') {
|
||||
continue;
|
||||
}
|
||||
|
||||
switch (tag.type) {
|
||||
case tcl.Type.Schedule: {
|
||||
version = this.procSchedule(version, tag);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue