This commit is contained in:
parent
a17cf17d22
commit
7b6e6625fa
1 changed files with 7 additions and 14 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
|
||||
|
@ -17,10 +14,10 @@ steps:
|
|||
#- 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 +32,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