1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2025-01-24 22:55:52 +00:00
akkoma/.woodpecker/build-docker.yml

32 lines
554 B
YAML
Raw Normal View History

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