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

33 lines
555 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-06-01 09:31:17 +01:00
platforms: linux/amd64
2024-05-28 12:12:38 +01:00
tag: next
when:
branch: customizable-docker-db
2024-05-29 06:24:30 +01:00
event: push