Update '.drone.yml'
Some checks reported errors
continuous-integration/drone Build was killed

This commit is contained in:
andreas 2022-06-09 13:17:04 +00:00
parent ee24612592
commit 26a69c9849

View File

@ -10,10 +10,11 @@ steps:
image: rust:latest image: rust:latest
commands: commands:
- cargo build --release - cargo build --release
- name: package
image: plugins/docker - name: image
image: banzaicloud/drone-kaniko
settings: settings:
repo: northcode/leetbot username: andreas
registry: registry.local password: blabla
dockerfile: Dockerfile repo: registry.local/northcode/leetbot
tags: latest tags: latest