testing more stuffz
This commit is contained in:
parent
3f27d527e0
commit
61ace83ebd
@ -34,7 +34,7 @@ local pipeline(os, arch) = {
|
|||||||
name: "upload to docker hub " + os + "/" + arch,
|
name: "upload to docker hub " + os + "/" + arch,
|
||||||
image: "plugins/docker:" + os + "-" + arch,
|
image: "plugins/docker:" + os + "-" + arch,
|
||||||
settings: {
|
settings: {
|
||||||
repo: "git.freifunk-rhein-sieg.net/freifunk-froisdorf/ubnt-freifunk-map-api",
|
repo: "git.freifunk-rhein-sieg.net/api_user/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" },
|
||||||
@ -111,4 +111,4 @@ local validateJSON() = {
|
|||||||
pipeline("linux", "amd64"),
|
pipeline("linux", "amd64"),
|
||||||
// pipeline("linux", "arm64"),
|
// pipeline("linux", "arm64"),
|
||||||
manifest()
|
manifest()
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user