Compare commits
2 commits
419b1dd37a
...
34c71ee6d1
Author | SHA1 | Date | |
---|---|---|---|
34c71ee6d1 | |||
99fdcafe40 |
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ with open(".woodpecker/build.yaml", "w") as f:
|
||||||
"failure": "ignore",
|
"failure": "ignore",
|
||||||
"settings": {
|
"settings": {
|
||||||
"registry": "git.jakew.me",
|
"registry": "git.jakew.me",
|
||||||
"repo": f"git.jakew.me/${{CI_REPO_OWNER}}/{image['name']}",
|
"repo": f"${{CI_REPO_OWNER}}/{image['name']}",
|
||||||
"dockerfile": image["dockerfile"],
|
"dockerfile": image["dockerfile"],
|
||||||
"platforms": "linux/amd64,linux/arm64",
|
"platforms": "linux/amd64,linux/arm64",
|
||||||
"tags": "latest",
|
"tags": "latest",
|
||||||
|
|
Loading…
Reference in a new issue