Browse Source

Fix CI

main
Victor Roest 2 years ago
parent
commit
27991517eb
Signed by: 0x76 GPG Key ID: A3923C699D1A3BDA
  1. 5
      .drone.yml

5
.drone.yml

@ -3,9 +3,14 @@ kind: pipeline
type: kubernetes
name: default
steps:
- name: submodules
image: harbor.xirion.net/hub/alpine/git
commands:
- git submodule update --init --recursive
- name: kaniko
image: harbor.xirion.net/hub/banzaicloud/drone-kaniko
settings:
cache: true
username:
from_secret: REGISTRY_USER
password:

Loading…
Cancel
Save