From f7a14e10a421406ab8942a038291253943999c0e Mon Sep 17 00:00:00 2001 From: Jacob White Date: Wed, 16 Jun 2021 13:35:31 -0400 Subject: [PATCH] Update build for check --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 23861aa..fb60c9f 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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 {