mirror of
https://github.com/docker/metadata-action.git
synced 2025-06-23 19:27:58 +02:00
Tags to lowercase (#16)
This commit is contained in:
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
@ -142,7 +142,7 @@ function run() {
|
||||
core.info(tag);
|
||||
}
|
||||
core.endGroup();
|
||||
core.setOutput('tags', tags.join(inputs.sepTags));
|
||||
core.setOutput('tags', tags.join(inputs.sepTags).toLowerCase());
|
||||
const labels = meta.labels();
|
||||
core.startGroup(`Docker labels`);
|
||||
for (let label of labels) {
|
||||
|
Reference in New Issue
Block a user