go-apt-cacher/.drone.yml

13 rader
219 B
YAML

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}