mirror of
https://code.forgejo.org/docker/metadata-action.git
synced 2025-08-06 06:10:54 +00:00
Avoid unnecessary calls to version (#21)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
c53f88523a
commit
ef12c77b87
4 changed files with 19 additions and 17 deletions
|
@ -27,7 +27,7 @@ async function run() {
|
|||
|
||||
const meta: Meta = new Meta(inputs, context, repo);
|
||||
|
||||
const version: Version = meta.version();
|
||||
const version: Version = meta.version;
|
||||
core.startGroup(`Docker image version`);
|
||||
core.info(version.main || '');
|
||||
core.endGroup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue