woodpecker pipeline
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
This commit is contained in:
parent
a94afd4dd9
commit
75e92094aa
1 changed files with 9 additions and 15 deletions
|
@ -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]
|
Loading…
Reference in a new issue