debug-docker/.drone.yml
Aaron Riedel 762ee2def9
All checks were successful
continuous-integration/drone/push Build is passing
change build pipeline to kubernetes
2024-05-29 21:48:49 +02:00

44 lines
No EOL
823 B
YAML

kind: pipeline
type: kubernetes
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