Fix version

This commit is contained in:
CrazyMax 2020-10-26 01:30:08 +01:00
parent 4c72eb4391
commit 87e3efc97b
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
2 changed files with 2 additions and 2 deletions

2
dist/index.js generated vendored
View File

@ -132,7 +132,7 @@ function run() {
core.startGroup(`Docker image version`);
core.info(version.version || '');
core.endGroup();
core.setOutput('version', version || '');
core.setOutput('version', version.version || '');
const tags = meta.tags();
core.startGroup(`Docker tags`);
for (let tag of tags) {

View File

@ -31,7 +31,7 @@ async function run() {
core.startGroup(`Docker image version`);
core.info(version.version || '');
core.endGroup();
core.setOutput('version', version || '');
core.setOutput('version', version.version || '');
const tags: Array<string> = meta.tags();
core.startGroup(`Docker tags`);