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"
|
||||
image: "plugins/docker:",
|
||||
name: "upload to gitea container registry",
|
||||
image: "plugins/docker:latest",
|
||||
settings: {
|
||||
repo: "git.freifunk-rhein-sieg.net/freifunk-troisdorf/ubnt-freifunk-map-api",
|
||||
registry: "git.freifunk-rhein-sieg.net",
|
||||
username: { "from_secret": "docker_username" },
|
||||
password: { "from_secret": "docker_password" },
|
||||
auto_tag: true,
|
||||
auto_tag_suffix: os + "-" + arch
|
||||
},
|
||||
when: {
|
||||
event: "tag"
|
||||
|
Loading…
Reference in New Issue
Block a user