Switch to codeberg.org for registry
This commit is contained in:
parent
5412b58be5
commit
ac228e8d1e
|
@ -3,8 +3,8 @@ pipeline:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
registry: https://registry.gitlab.com/
|
registry: https://codeberg.org/
|
||||||
repo: registry.gitlab.com/overtime-zone-wildfowl/rimgo
|
repo: codeberg.org/overtime-zone-wildfowl/rimgo
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tag: latest
|
tag: latest
|
||||||
username:
|
username:
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
rimgo:
|
rimgo:
|
||||||
#image: registry.gitlab.com/overtime-zone-wildfowl/rimgo # Uncomment to use image, official image
|
#image: codeberg.org/overtime-zone-wildfowl/rimgo # Uncomment to use image, official image
|
||||||
#image: quay.io/pussthecatorg/rimgo # Unofficial image
|
#image: quay.io/pussthecatorg/rimgo # Unofficial image
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue