0
0
mirror of https://git.eeqj.de/sneak/gohttpserver synced 2025-10-06 00:13:15 +02:00
This commit is contained in:
sneak
2022-11-28 01:28:51 +01:00
parent b82a257df3
commit b60ab8b2de

View File

@@ -2,12 +2,11 @@ kind: pipeline
name: test-docker-build
steps:
- name: test-docker-build
image: banzaicloud/drone-kaniko
settings:
repo: foo/bar
dry_run: true
target: final
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH}
- name: test-docker-build
image: banzaicloud/drone-kaniko
settings:
dry_run: true
target: final
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH}