disseminate/.woodpecker.yaml
hexlocation's laptop (asiago) da9f8026a9 testx
2024-03-31 03:54:03 -04:00

10 lines
227 B
YAML

steps:
- name: build
image: woodpeckerci/plugin-docker-buildx
settings:
platforms: linux/amd64
dockerfile: Dockerfile
tags: latest
when:
branch: ${CI_REPO_DEFAULT_BRANCH}
event: push