mirror of
https://github.com/docker/metadata-action.git
synced 2025-12-18 23:39:00 +08:00
Update build for check
This commit is contained in:
parent
eddf5848c2
commit
f7a14e10a4
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
@ -642,7 +642,7 @@ class Meta {
|
|||||||
tags.push(`${imageLc}:${partial}`);
|
tags.push(`${imageLc}:${partial}`);
|
||||||
}
|
}
|
||||||
if (this.version.latest) {
|
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}`);
|
tags.push(`${imageLc}:${this.flavor.prefix}latest${this.flavor.suffix}`);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user