removed arch and os from tag names
This commit is contained in:
parent
93dbdb0ac7
commit
55a876e535
@ -34,7 +34,7 @@ local pipeline(os, arch) = {
|
|||||||
username: { "from_secret": "docker_username" },
|
username: { "from_secret": "docker_username" },
|
||||||
password: { "from_secret": "docker_password" },
|
password: { "from_secret": "docker_password" },
|
||||||
auto_tag: true,
|
auto_tag: true,
|
||||||
auto_tag_suffix: os + "-" + arch
|
//auto_tag_suffix: os + "-" + arch
|
||||||
},
|
},
|
||||||
when: {
|
when: {
|
||||||
event: "tag"
|
event: "tag"
|
||||||
|
Loading…
Reference in New Issue
Block a user