gohttpserver/.drone.yml

14 lines
245 B
YAML
Raw Normal View History

2020-09-30 06:35:07 +00:00
kind: pipeline
name: test-docker-build
steps:
2022-11-28 00:28:51 +00:00
- name: test-docker-build
2022-11-28 00:34:05 +00:00
image: plugins/docker
2022-11-28 00:28:51 +00:00
settings:
dry_run: true
2022-11-28 00:34:05 +00:00
repo: test/test
2022-11-28 00:28:51 +00:00
target: final
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH}