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 2 additions and 1 deletions
Showing only changes of commit 39aaf00a6f - Show all commits

View File

@ -3,9 +3,10 @@ name: test-docker-build
steps: steps:
- name: test-docker-build - name: test-docker-build
image: banzaicloud/drone-kaniko image: plugins/docker
settings: settings:
dry_run: true dry_run: true
repo: test/test
target: final target: final
tags: tags:
- ${DRONE_COMMIT_SHA} - ${DRONE_COMMIT_SHA}