debug-docker/.drone.yml

43 lines
806 B
YAML
Raw Normal View History

2023-07-17 09:58:38 +02:00
kind: pipeline
name: deploy
steps:
- name: docker
2024-05-22 20:59:45 +02:00
image: thegeeklab/drone-docker-buildx
privileged: true
2023-07-17 09:58:38 +02:00
settings:
2024-05-22 20:59:45 +02:00
registry: git.ar21.de
2023-07-17 09:58:38 +02:00
username:
2024-05-22 20:59:45 +02:00
from_secret: REGISTRY_USER
2023-07-17 09:58:38 +02:00
password:
2024-05-22 20:59:45 +02:00
from_secret: REGISTRY_PASS
repo: git.ar21.de/aaron/debug
2023-07-17 09:58:38 +02:00
tags: latest
2024-05-22 20:59:45 +02:00
platforms:
- linux/arm64
- linux/amd64
2023-07-17 09:58:38 +02:00
when:
branch:
- main
- name: docker-build
2024-05-22 20:59:45 +02:00
image: thegeeklab/drone-docker-buildx
privileged: true
2023-07-17 09:58:38 +02:00
settings:
2024-05-22 20:59:45 +02:00
registry: git.ar21.de
2023-07-17 09:58:38 +02:00
username:
2024-05-22 20:59:45 +02:00
from_secret: REGISTRY_USER
2023-07-17 09:58:38 +02:00
password:
2024-05-22 20:59:45 +02:00
from_secret: REGISTRY_PASS
repo: git.ar21.de/aaron/debug
2023-07-17 09:58:38 +02:00
tags: latest
2024-05-22 20:59:45 +02:00
platforms:
- linux/arm64
- linux/amd64
2023-07-17 09:58:38 +02:00
dry_run: true
when:
2023-09-24 04:27:05 +02:00
branch:
exclude:
2023-07-17 09:58:38 +02:00
- main
2023-09-24 04:27:05 +02:00
when:
event:
include:
- push