„.drone.yml“ ändern

This commit is contained in:
Andreas Greiner 2022-03-30 16:08:18 +02:00
parent 2fd22cdc4e
commit e3f37f4ff3

View File

@ -6,10 +6,14 @@ steps:
image: thegeeklab/drone-docker-buildx
settings:
dry_run: true
debug: true
username:
from_secret: docker_reg_greinet_username
password:
from_secret: docker_reg_greinet_password
repo: reg.greinet.com/agreiner/advancedmqttbridge
registry: reg.greinet.com
tags: latest
tags: latest
platforms:
- linux/amd64
- linux/arm64