gohttpserver/.drone.yml

13 lines
233 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
image: banzaicloud/drone-kaniko
settings:
dry_run: true
target: final
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH}