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 name: test-docker-build
steps: steps:
- name: test-docker-build - name: test-docker-build
image: banzaicloud/drone-kaniko image: banzaicloud/drone-kaniko
settings: settings:
repo: foo/bar dry_run: true
dry_run: true target: final
target: final tags:
tags: - ${DRONE_COMMIT_SHA}
- ${DRONE_COMMIT_SHA} - ${DRONE_BRANCH}
- ${DRONE_BRANCH}