2022-07-13 18:17:23 +00:00
|
|
|
pipeline:
|
|
|
|
build:
|
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
|
|
settings:
|
|
|
|
dockerfile: Dockerfile
|
2022-08-11 20:24:34 +00:00
|
|
|
registry: https://codeberg.org/v2
|
2022-08-11 20:41:06 +00:00
|
|
|
repo: codeberg.org/video-prize-ranch/rimgo
|
2022-07-13 18:17:23 +00:00
|
|
|
platforms: linux/amd64,linux/arm64
|
|
|
|
tag: latest
|
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|
2022-11-18 16:56:19 +00:00
|
|
|
secrets: [docker_username, docker_password]
|
|
|
|
when:
|
|
|
|
branch: main
|