diff --git a/.drone.jsonnet b/.drone.jsonnet index 4415abb..2af11e3 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -34,7 +34,7 @@ local pipeline(os, arch) = { name: "upload to docker hub " + os + "/" + arch, image: "plugins/docker:" + os + "-" + arch, 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", username: { "from_secret": "docker_username" }, password: { "from_secret": "docker_password" }, @@ -111,4 +111,4 @@ local validateJSON() = { pipeline("linux", "amd64"), // pipeline("linux", "arm64"), manifest() -] \ No newline at end of file +]