test new build ci image #15

Merged
sneak merged 8 commits from test-new-build into master 2022-11-28 02:37:34 +00:00
1 changed files with 8 additions and 9 deletions
Showing only changes of commit b60ab8b2de - Show all commits

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}