try with newlinw

This commit is contained in:
2022-11-01 22:05:49 +01:00
parent bea16c129b
commit 9f7b912536
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ function convert(version, additional = []) {
return {
version,
// https://github.com/docker/metadata-action#typeraw
tags: [version, ...additional].join(','),
tags: [version, ...additional].join('\n'),
}
}