ci: debug
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
cătălin 2022-08-10 19:28:23 +02:00
commit c68fa4cabf
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2

View file

@ -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