drone ci
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Paul Zinselmeyer 2023-06-10 17:34:17 +02:00
parent 578db8daa5
commit e103510245
Signed by: pfzetto
GPG key ID: 4EEF46A5B276E648

View file

@ -11,15 +11,18 @@ steps:
image: rust:slim
commands:
- cargo build --release
- name: pack
when:
branch:
- master
image: plugins/docker
settings:
username: droneci
password:
image: docker:latest
environment:
REGISTRY: git2.zettoit.eu/zettoit/bin
REGISTRY_USER: droneci
REGISTRY_PASSWD:
from_secret: REGISTRY_PASSWD
repo: git2.zettoit.eu/zettoit/bin
tags: latest
dockerfile: ./Dockerfile
commands:
- docker login -u $REGISTRY_USER -p $REGISTRY_PASSWD $REGISTRY
- docker build -t $REGISTRY:latest . -f Dockerfile
- docker push $REGISTRY:latest