mirror of
https://github.com/cupcakearmy/docker-static.git
synced 2025-09-05 10:10:41 +00:00
try with explicit raw
This commit is contained in:
@@ -23,7 +23,8 @@ const filtered = versions.sort(semver.rcompare).slice(0, 2)
|
||||
function convert(version, additional = []) {
|
||||
return {
|
||||
version,
|
||||
tags: [version, ...additional].join(';'),
|
||||
// https://github.com/docker/metadata-action#typeraw
|
||||
tags: [version, ...additional].map((t) => `type=raw,value=${t}`).join(';'),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user