woodpecker pipeline
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
Aaron Riedel 2024-10-08 22:55:50 +02:00
parent a94afd4dd9
commit 75e92094aa
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -1,9 +1,6 @@
kind: pipeline
type: kubernetes
name: deploy
steps:
- name: docker
image: thegeeklab/drone-docker-buildx
image: woodpeckerci/plugin-docker-buildx
privileged: true
settings:
registry: git.ar21.de
@ -12,15 +9,16 @@ steps:
password:
from_secret: REGISTRY_PASS
repo: git.ar21.de/aaron/elasticsearch
tags: latest
tags:
- latest
platforms:
- linux/arm64
- linux/amd64
when:
branch:
- main
- branch: main
event: [push, manual]
- name: docker-build
image: thegeeklab/drone-docker-buildx
image: woodpeckerci/plugin-docker-buildx
privileged: true
settings:
registry: git.ar21.de
@ -35,10 +33,6 @@ steps:
- linux/amd64
dry_run: true
when:
branch:
exclude:
- main
when:
event:
include:
- push
- branch:
exclude: main
event: [push, manual]