2022-05-18 09:28:36 +02:00
|
|
|
kind: pipeline
|
|
|
|
name: deploy
|
|
|
|
steps:
|
2023-09-24 04:12:26 +02:00
|
|
|
- name: docker
|
2024-03-25 10:38:27 +01:00
|
|
|
image: thegeeklab/drone-docker-buildx
|
|
|
|
privileged: true
|
2022-05-18 09:28:36 +02:00
|
|
|
settings:
|
2024-03-25 10:38:27 +01:00
|
|
|
registry: git.ar21.de
|
2022-05-18 09:28:36 +02:00
|
|
|
username:
|
2024-03-25 10:38:27 +01:00
|
|
|
from_secret: REGISTRY_USER
|
2022-05-18 09:28:36 +02:00
|
|
|
password:
|
2024-03-25 10:38:27 +01:00
|
|
|
from_secret: REGISTRY_PASS
|
|
|
|
repo: git.ar21.de/aaron/elasticsearch
|
2022-05-18 09:28:36 +02:00
|
|
|
tags: latest
|
2024-03-25 10:38:27 +01:00
|
|
|
platforms:
|
|
|
|
- linux/arm64
|
|
|
|
- linux/amd64
|
2022-05-18 09:28:36 +02:00
|
|
|
when:
|
|
|
|
branch:
|
|
|
|
- main
|
|
|
|
- name: docker-build
|
2024-03-25 10:38:27 +01:00
|
|
|
image: thegeeklab/drone-docker-buildx
|
|
|
|
privileged: true
|
2022-05-18 09:28:36 +02:00
|
|
|
settings:
|
2024-03-25 10:38:27 +01:00
|
|
|
registry: git.ar21.de
|
2022-05-18 09:28:36 +02:00
|
|
|
username:
|
2024-03-25 10:38:27 +01:00
|
|
|
from_secret: REGISTRY_USER
|
2022-05-18 09:28:36 +02:00
|
|
|
password:
|
2024-03-25 10:38:27 +01:00
|
|
|
from_secret: REGISTRY_PASS
|
|
|
|
repo: git.ar21.de/aaron/elasticsearch
|
2022-05-18 09:28:36 +02:00
|
|
|
tags: latest
|
2024-03-25 10:38:27 +01:00
|
|
|
platforms:
|
|
|
|
- linux/arm64
|
|
|
|
- linux/amd64
|
2022-05-18 09:28:36 +02:00
|
|
|
dry_run: true
|
|
|
|
when:
|
2023-09-24 04:12:26 +02:00
|
|
|
branch:
|
|
|
|
exclude:
|
2022-07-21 17:27:47 +02:00
|
|
|
- main
|
2023-09-24 04:12:26 +02:00
|
|
|
when:
|
|
|
|
event:
|
|
|
|
include:
|
|
|
|
- push
|