test
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Jeffrey Paul 2022-11-28 01:28:51 +01:00
parent b82a257df3
commit b60ab8b2de
1 changed files with 8 additions and 9 deletions

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}