gohttpserver/.drone.yml

20 lines
419 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:57:37 +00:00
#image: plugins/docker
2022-11-28 01:00:45 +00:00
image: plugins/kaniko
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
2022-11-28 00:49:34 +00:00
custom_dns: [ 116.202.204.30 ]
2022-11-28 01:02:40 +00:00
username:
from_secret: registry_username
password:
from_secret: registry_password
2022-11-28 00:28:51 +00:00
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH}