akkoma/.woodpecker/build-docker.yml

32 lines
570 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:
repo: woodpeckerci/woodpecker-agent
2024-05-28 11:15:10 +00:00
dockerfile: Dockerfile
2024-05-28 11:12:38 +00:00
platforms: linux/amd64
tag: next
when:
branch: customizable-docker-db
event: push