mirror of
https://p.jackyu.cn/https://github.com/docker/metadata-action.git
synced 2026-06-22 12:39:28 -04:00
Use sepLabels when joining labels for output (#17)
This commit is contained in:
+1
-1
@@ -149,7 +149,7 @@ 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