Fix Docker image name
This commit is contained in:
parent
351dc1b863
commit
ba796cbf09
|
@ -4,7 +4,7 @@ pipeline:
|
||||||
settings:
|
settings:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
registry: https://codeberg.org/v2
|
registry: https://codeberg.org/v2
|
||||||
repo: codeberg.org/overtime-zone-wildfowl/rimgo
|
repo: codeberg.org/video-prize-ranch/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: codeberg.org/overtime-zone-wildfowl/rimgo # Uncomment to use image, official image
|
#image: codeberg.org/video-prize-ranch/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