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:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
registry: gitea.massivebox.net
|
||||
repo: gitea.massivebox.net/ecodash/ecodash
|
||||
registry: git.massivebox.net
|
||||
repo: git.massivebox.net/ecodash/ecodash
|
||||
platforms: linux/amd64,linux/arm64
|
||||
auto_tag: true
|
||||
username: massivebox
|
||||
|
@ -34,8 +34,8 @@ pipeline:
|
|||
gitea-publish:
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
base_url: https://gitea.massivebox.net
|
||||
files:
|
||||
base_url: https://git.massivebox.net
|
||||
files:
|
||||
- ecodash-x86.zip
|
||||
- ecodash-arm.zip
|
||||
api_key:
|
||||
|
|
Loading…
Reference in a new issue