ci: debug
This commit is contained in:
parent
fbd681753a
commit
c68fa4cabf
1 changed files with 7 additions and 0 deletions
|
|
@ -3,6 +3,11 @@ kind: pipeline
|
|||
type: docker
|
||||
name: default
|
||||
|
||||
trigger:
|
||||
ref:
|
||||
- refs/heads/**
|
||||
- refs/tags/v*
|
||||
|
||||
steps:
|
||||
- name: build_base
|
||||
image: gcr.io/kaniko-project/executor:debug
|
||||
|
|
@ -19,6 +24,8 @@ steps:
|
|||
- echo "{\"auths\":{\"$REGISTRY_HOST\":{\"username\":\"$REGISTRY_USERNAME\",\"password\":\"$REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
|
||||
- export DESTINATION="$${DESTINATION_PREFIX}:$${DRONE_TAG:-$DRONE_COMMIT_BRANCH}"
|
||||
- echo "pushing to $DESTINATION"
|
||||
- pwd
|
||||
- ls
|
||||
when:
|
||||
ref:
|
||||
- refs/heads/main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue