Floatingghost
23c7271f05
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build-arm64 Pipeline was successful
ci/woodpecker/push/build-amd64 Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/build-docker Pipeline was successful
32 lines
No EOL
554 B
YAML
32 lines
No EOL
554 B
YAML
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:
|
|
repo: akkoma/akkoma
|
|
dockerfile: Dockerfile
|
|
platforms: linux/amd64
|
|
tag: next
|
|
when:
|
|
branch: customizable-docker-db
|
|
event: push |