go-apt-cacher/.drone.yml

13 lines
219 B
YAML
Raw Normal View History

kind: pipeline
name: test-docker-build
steps:
- name: test-docker-build
image: plugins/docker
settings:
repo: sneak/go-apt-cacher
dry_run: true
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH}