invalid reference format: repository name must be lowercase
This commit is contained in:
parent
3aca4a52bf
commit
0ef8e0c51f
@ -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-Troisdorf/ubnt-freifunk-map-api",
|
repo: "git.freifunk-rhein-sieg.net/freifunk-froisdorf/ubnt-freifunk-map-api",
|
||||||
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,
|
||||||
|
@ -8,7 +8,7 @@ tags:
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
manifests:
|
manifests:
|
||||||
-
|
-
|
||||||
image: git.freifunk-rhein-sieg.net/Freifunk-Troisdorf/ubnt-freifunk-map-api:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-amd64
|
image: git.freifunk-rhein-sieg.net/freifunk-froisdorf/ubnt-freifunk-map-api:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-amd64
|
||||||
platform:
|
platform:
|
||||||
architecture: amd64
|
architecture: amd64
|
||||||
os: linux
|
os: linux
|
||||||
|
Loading…
Reference in New Issue
Block a user