Compare commits
2 commits
62272ace53
...
830a507c52
Author | SHA1 | Date | |
---|---|---|---|
830a507c52 | |||
be4ebdd3cc |
2 changed files with 9 additions and 12 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
|
||||
- name: docker-build
|
||||
image: thegeeklab/drone-docker-buildx
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
privileged: true
|
||||
settings:
|
||||
registry: git.ar21.de
|
||||
|
@ -38,7 +35,7 @@ steps:
|
|||
branch:
|
||||
exclude:
|
||||
- main
|
||||
when:
|
||||
event:
|
||||
include:
|
||||
- push
|
||||
when:
|
||||
- branch:
|
||||
exclude: main
|
||||
event: push
|
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.20.3
|
||||
RUN apk add --no-cache git curl bash
|
||||
RUN apk add --no-cache git curl bash jq
|
||||
RUN curl -s https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh | bash
|
||||
RUN mv /kustomize /bin/kustomize
|
||||
|
|
Loading…
Reference in a new issue