forked from SunRed/discord-tweeter
feat: Add actions workflow using Docker bake file
This commit is contained in:
parent
15bf56a1e7
commit
da9a0bca3d
2 changed files with 57 additions and 2 deletions
|
@ -8,8 +8,8 @@ variable "TAG" {
|
|||
function "generate_tags" {
|
||||
params = [images, versions]
|
||||
result = distinct(flatten(
|
||||
[for i in split(",", images) :
|
||||
[for v in split(",", versions) :
|
||||
[for i in split(",", replace(images, "\n", ",")) :
|
||||
[for v in split(",", replace(versions, "\n", ",")) :
|
||||
"${i}:${v}"
|
||||
]
|
||||
]))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue