historyposter/.drone.yml

14 lines
242 B
YAML
Raw Permalink Normal View History

2020-09-21 20:04:20 +00:00
kind: pipeline
name: test-docker-build
steps:
- name: test-docker-build
image: plugins/docker
network_mode: bridge
settings:
repo: sneak/historyposter
dry_run: true
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH}