disseminate/.woodpecker.yaml

11 lines
227 B
YAML
Raw Normal View History

2024-03-31 09:52:19 +02:00
steps:
2024-03-31 09:51:15 +02:00
- name: build
image: woodpeckerci/plugin-docker-buildx
settings:
platforms: linux/amd64
dockerfile: Dockerfile
tags: latest
2024-03-31 09:54:03 +02:00
when:
branch: ${CI_REPO_DEFAULT_BRANCH}
event: push