2022-05-18 09:28:36 +02:00
|
|
|
steps:
|
2023-09-24 04:12:26 +02:00
|
|
|
- name: docker
|
2024-10-08 22:55:50 +02:00
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
2024-03-25 10:38:27 +01:00
|
|
|
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
|
2024-10-08 22:55:50 +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:
|
2024-10-08 22:55:50 +02:00
|
|
|
- branch: main
|
|
|
|
event: [push, manual]
|
2022-05-18 09:28:36 +02:00
|
|
|
- name: docker-build
|
2024-10-08 22:55:50 +02:00
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
2024-03-25 10:38:27 +01:00
|
|
|
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:
|
2024-10-08 22:55:50 +02:00
|
|
|
- branch:
|
|
|
|
exclude: main
|
|
|
|
event: [push, manual]
|