18 lines
420 B
YAML
18 lines
420 B
YAML
|
|
when:
|
||
|
|
- event: [push, manual]
|
||
|
|
branch: main
|
||
|
|
|
||
|
|
steps:
|
||
|
|
- name: build
|
||
|
|
image: woodpeckerci/plugin-docker-buildx
|
||
|
|
settings:
|
||
|
|
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
|
||
|
|
registry: forgejo.venusian.stream
|
||
|
|
repo: forgejo.venusian.stream/homelab/openttd-jgr
|
||
|
|
tags:
|
||
|
|
- latest
|
||
|
|
username:
|
||
|
|
from_secret: DOCKER_USERNAME
|
||
|
|
password:
|
||
|
|
from_secret: DOCKER_PASSWORD
|