mirror of
https://github.com/docker/metadata-action.git
synced 2025-06-23 19:27:58 +02:00
Fix 'enable' tag attribute (#53)
This commit is contained in:
3
dist/index.js
generated
vendored
3
dist/index.js
generated
vendored
@ -361,6 +361,9 @@ class Meta {
|
||||
latest: undefined
|
||||
};
|
||||
for (const tag of this.tags) {
|
||||
if (tag.attrs['enable'] == 'false') {
|
||||
continue;
|
||||
}
|
||||
switch (tag.type) {
|
||||
case tcl.Type.Schedule: {
|
||||
version = this.procSchedule(version, tag);
|
||||
|
Reference in New Issue
Block a user