builder/.drone.yml

25 lines
515 B
YAML
Raw Normal View History

2022-12-08 18:49:51 +00:00
# 345678911234567892123456789312345678941234567895123456789612345678971234567898
kind: pipeline
name: build-and-upload
steps:
- name: build-and-push
image: plugins/docker
2022-12-08 19:42:46 +00:00
environment:
DOCKER_BUILDKIT: 1
2022-12-08 18:49:51 +00:00
network_mode: bridge
settings:
repo: sneak/builder
custom_dns: [ 116.202.204.30 ]
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH}
- latest
- name: notify
image: plugins/slack
settings:
webhook:
from_secret: SLACK_WEBHOOK_URL
when:
event: pull_request