Update build for check

This commit is contained in:
Jacob White 2021-06-16 13:35:31 -04:00
parent eddf5848c2
commit f7a14e10a4
No known key found for this signature in database
GPG Key ID: 2E58765CE9B2BB40

2
dist/index.js generated vendored
View File

@ -642,7 +642,7 @@ class Meta {
tags.push(`${imageLc}:${partial}`);
}
if (this.version.latest) {
if (this.flavor.on_latest === "true") {
if (this.flavor.on_latest === 'true') {
tags.push(`${imageLc}:${this.flavor.prefix}latest${this.flavor.suffix}`);
}
else {