mirror of
https://gitee.com/actions-mirror/docker-metadata-action
synced 2026-06-08 12:19:19 +08:00
Use sepLabels when joining labels for output (#17)
This commit is contained in:
@@ -47,7 +47,7 @@ async function run() {
|
||||
core.info(label);
|
||||
}
|
||||
core.endGroup();
|
||||
core.setOutput('labels', labels.join(inputs.sepTags));
|
||||
core.setOutput('labels', labels.join(inputs.sepLabels));
|
||||
} catch (error) {
|
||||
core.setFailed(error.message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user