This repository has been archived on 2024-06-05. You can view files and clone it, but cannot push or open issues or pull requests.
mdns-repeater-mikrotik/.woodpecker/build.yml

43 lines
927 B
YAML

---
kind: pipeline
type: docker
name: docker_build
depends_on:
- lint
steps:
docker_build_and_push_selfhosted:
image: thegeeklab/drone-docker-buildx:23
privileged: true
settings:
dockerfile: Dockerfile
repo: registry.mgrote.net/mdns-repeater-mikrotik
registry: registry.mgrote.net
tags:
- ${DRONE_COMMIT_SHA:0:8}
- ${DRONE_COMMIT_BRANCH}
- latest
platforms:
- linux/arm64
- linux/amd64
when:
event:
exclude:
- pull_request
- tag
docker_build_and_push_selfhosted_tag:
image: thegeeklab/drone-docker-buildx:23
privileged: true
settings:
dockerfile: Dockerfile
repo: registry.mgrote.net/mdns-repeater-mikrotik
registry: registry.mgrote.net
tags:
- ${DRONE_TAG}
platforms:
- linux/arm64
- linux/amd64
when:
event:
- tag