akkoma/.woodpecker/build-docker.yml

33 lines
555 B
YAML
Raw Normal View History

2024-05-28 11:12:38 +00: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 11:23:13 +00:00
repo: akkoma/akkoma
2024-05-28 11:15:10 +00:00
dockerfile: Dockerfile
2024-06-01 08:31:17 +00:00
platforms: linux/amd64
2024-05-28 11:12:38 +00:00
tag: next
when:
branch: customizable-docker-db
2024-05-29 05:24:30 +00:00
event: push