more foo
This commit is contained in:
parent
26bad6c9a8
commit
968f3b3f57
@ -31,15 +31,14 @@ local pipeline(os, arch) = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "upload to gitea container registry"
|
name: "upload to gitea container registry",
|
||||||
image: "plugins/docker:",
|
image: "plugins/docker:latest",
|
||||||
settings: {
|
settings: {
|
||||||
repo: "git.freifunk-rhein-sieg.net/freifunk-troisdorf/ubnt-freifunk-map-api",
|
repo: "git.freifunk-rhein-sieg.net/freifunk-troisdorf/ubnt-freifunk-map-api",
|
||||||
registry: "git.freifunk-rhein-sieg.net",
|
registry: "git.freifunk-rhein-sieg.net",
|
||||||
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
|
|
||||||
},
|
},
|
||||||
when: {
|
when: {
|
||||||
event: "tag"
|
event: "tag"
|
||||||
|
Loading…
Reference in New Issue
Block a user