debug-docker/.drone.yml
Aaron Riedel 154b3e34ae
Some checks failed
continuous-integration/drone/push Build is failing
move build and registry
2024-05-22 20:59:45 +02:00

43 lines
No EOL
806 B
YAML

kind: pipeline
name: deploy
steps:
- name: docker
image: thegeeklab/drone-docker-buildx
privileged: true
settings:
registry: git.ar21.de
username:
from_secret: REGISTRY_USER
password:
from_secret: REGISTRY_PASS
repo: git.ar21.de/aaron/debug
tags: latest
platforms:
- linux/arm64
- linux/amd64
when:
branch:
- main
- name: docker-build
image: thegeeklab/drone-docker-buildx
privileged: true
settings:
registry: git.ar21.de
username:
from_secret: REGISTRY_USER
password:
from_secret: REGISTRY_PASS
repo: git.ar21.de/aaron/debug
tags: latest
platforms:
- linux/arm64
- linux/amd64
dry_run: true
when:
branch:
exclude:
- main
when:
event:
include:
- push