akkoma/.woodpecker/build-docker.yml

33 lines
555 B
YAML
Raw Normal View History

2024-05-28 05:12:38 -06:00
labels:
platform: linux/amd64
variables:
- &on-release
when:
event:
- push
- tag
branch:
- develop
- stable
- &on-stable
when:
event:
- push
- tag
branch:
- stable
steps:
build:
image: woodpeckerci/plugin-docker-buildx:latest
secrets: [docker_username, docker_password]
settings:
2024-05-28 05:23:13 -06:00
repo: akkoma/akkoma
2024-05-28 05:15:10 -06:00
dockerfile: Dockerfile
2024-06-01 02:31:17 -06:00
platforms: linux/amd64
2024-05-28 05:12:38 -06:00
tag: next
when:
branch: customizable-docker-db
2024-05-28 23:24:30 -06:00
event: push