removed arch and os from tag names
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Stefan Hoffmann 2021-01-03 12:51:01 +01:00
parent 93dbdb0ac7
commit 55a876e535

View File

@ -34,7 +34,7 @@ local pipeline(os, arch) = {
username: { "from_secret": "docker_username" },
password: { "from_secret": "docker_password" },
auto_tag: true,
auto_tag_suffix: os + "-" + arch
//auto_tag_suffix: os + "-" + arch
},
when: {
event: "tag"