2023-02-14 11:58:22 +01:00
|
|
|
steps:
|
2023-09-24 04:23:18 +02:00
|
|
|
- name: docker
|
2024-09-24 21:08:01 +02:00
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
2024-05-24 09:50:12 +02:00
|
|
|
privileged: true
|
2023-02-14 11:58:22 +01:00
|
|
|
settings:
|
2024-05-24 09:50:12 +02:00
|
|
|
registry: git.ar21.de
|
2023-02-14 11:58:22 +01:00
|
|
|
username:
|
2024-05-24 09:50:12 +02:00
|
|
|
from_secret: REGISTRY_USER
|
2023-02-14 11:58:22 +01:00
|
|
|
password:
|
2024-05-24 09:50:12 +02:00
|
|
|
from_secret: REGISTRY_PASS
|
|
|
|
repo: git.ar21.de/aaron/kustomize-ci
|
2023-02-14 11:58:22 +01:00
|
|
|
tags: latest
|
2024-05-24 09:50:12 +02:00
|
|
|
platforms:
|
|
|
|
- linux/arm64
|
|
|
|
- linux/amd64
|
2023-02-14 11:58:22 +01:00
|
|
|
when:
|
2024-09-24 21:08:01 +02:00
|
|
|
- branch: main
|
|
|
|
event: push
|
2023-02-14 11:58:22 +01:00
|
|
|
- name: docker-build
|
2024-09-24 21:08:01 +02:00
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
2024-05-24 09:50:12 +02:00
|
|
|
privileged: true
|
2023-02-14 11:58:22 +01:00
|
|
|
settings:
|
2024-05-24 09:50:12 +02:00
|
|
|
registry: git.ar21.de
|
2023-02-14 11:58:22 +01:00
|
|
|
username:
|
2024-05-24 09:50:12 +02:00
|
|
|
from_secret: REGISTRY_USER
|
2023-02-14 11:58:22 +01:00
|
|
|
password:
|
2024-05-24 09:50:12 +02:00
|
|
|
from_secret: REGISTRY_PASS
|
|
|
|
repo: git.ar21.de/aaron/kustomize-ci
|
2023-02-14 11:58:22 +01:00
|
|
|
tags: latest
|
2024-05-24 09:50:12 +02:00
|
|
|
platforms:
|
|
|
|
- linux/arm64
|
|
|
|
- linux/amd64
|
2023-02-14 11:58:22 +01:00
|
|
|
dry_run: true
|
|
|
|
when:
|
2024-09-24 21:08:01 +02:00
|
|
|
- branch:
|
|
|
|
exclude: main
|
|
|
|
event: push
|