forked from massivebox/ecodash
Fix pipeline for working with git.massivebox.net after switch from gitea.massivebox.net
This commit is contained in:
parent
784dddb7ed
commit
cd7a676c88
|
@ -3,8 +3,8 @@ pipeline:
|
||||||
docker:
|
docker:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
registry: gitea.massivebox.net
|
registry: git.massivebox.net
|
||||||
repo: gitea.massivebox.net/ecodash/ecodash
|
repo: git.massivebox.net/ecodash/ecodash
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
username: massivebox
|
username: massivebox
|
||||||
|
@ -34,7 +34,7 @@ pipeline:
|
||||||
gitea-publish:
|
gitea-publish:
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
settings:
|
settings:
|
||||||
base_url: https://gitea.massivebox.net
|
base_url: https://git.massivebox.net
|
||||||
files:
|
files:
|
||||||
- ecodash-x86.zip
|
- ecodash-x86.zip
|
||||||
- ecodash-arm.zip
|
- ecodash-arm.zip
|
||||||
|
|
Loading…
Reference in a new issue