2022-07-13 18:17:23 +00:00
|
|
|
pipeline:
|
|
|
|
build:
|
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
|
|
settings:
|
|
|
|
dockerfile: Dockerfile
|
2022-08-11 19:57:23 +00:00
|
|
|
repo: codeberg.org/overtime-zone-wildfowl/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
|
|
|
|
secrets: [docker_username, docker_password]
|