mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-20 12:48:57 +08:00
Update build for check
This commit is contained in:
parent
eddf5848c2
commit
f7a14e10a4
1 changed files with 1 additions and 1 deletions
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue