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:
|
steps:
|
||||||
- name: docker
|
- name: docker
|
||||||
image: thegeeklab/drone-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
privileged: true
|
privileged: true
|
||||||
settings:
|
settings:
|
||||||
registry: git.ar21.de
|
registry: git.ar21.de
|
||||||
|
@ -12,15 +9,16 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: REGISTRY_PASS
|
from_secret: REGISTRY_PASS
|
||||||
repo: git.ar21.de/aaron/elasticsearch
|
repo: git.ar21.de/aaron/elasticsearch
|
||||||
tags: latest
|
tags:
|
||||||
|
- latest
|
||||||
platforms:
|
platforms:
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
when:
|
when:
|
||||||
branch:
|
- branch: main
|
||||||
- main
|
event: [push, manual]
|
||||||
- name: docker-build
|
- name: docker-build
|
||||||
image: thegeeklab/drone-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
privileged: true
|
privileged: true
|
||||||
settings:
|
settings:
|
||||||
registry: git.ar21.de
|
registry: git.ar21.de
|
||||||
|
@ -35,10 +33,6 @@ steps:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
dry_run: true
|
dry_run: true
|
||||||
when:
|
when:
|
||||||
branch:
|
- branch:
|
||||||
exclude:
|
exclude: main
|
||||||
- main
|
event: [push, manual]
|
||||||
when:
|
|
||||||
event:
|
|
||||||
include:
|
|
||||||
- push
|
|
Loading…
Reference in a new issue