Skip to content

Commit

Permalink
chore: build and validate
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondamour committed Jul 1, 2023
1 parent 1b5dc5b commit edff19e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ actionsToolkit.run(
}
setOutput('version', version.main || '');


// Docker tags
const tags: Array<string> = meta.getTags();
if (tags.length == 0) {
Expand Down
3 changes: 1 addition & 2 deletions src/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,7 @@ export class Meta {
tags.push(`${imageName}:${Meta.sanitizeTag(latestTag)}`);
}
}
}
else {
} else {
tags.push(this.version.main);
for (const partial of this.version.partial) {
tags.push(partial);
Expand Down

0 comments on commit edff19e

Please sign in to comment.