Compare commits
No commits in common. "830a507c52c3bc52812db38ffd0a9ceac4ee7482" and "634dfaa1603d811ffe1d71694d79aeb62af7466f" have entirely different histories.
830a507c52
...
634dfaa160
2 changed files with 12 additions and 9 deletions
|
@ -1,6 +1,9 @@
|
|||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: deploy
|
||||
steps:
|
||||
- name: docker
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
image: thegeeklab/drone-docker-buildx
|
||||
privileged: true
|
||||
settings:
|
||||
registry: git.ar21.de
|
||||
|
@ -14,10 +17,10 @@ steps:
|
|||
- linux/arm64
|
||||
- linux/amd64
|
||||
when:
|
||||
- branch: main
|
||||
event: push
|
||||
branch:
|
||||
- main
|
||||
- name: docker-build
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
image: thegeeklab/drone-docker-buildx
|
||||
privileged: true
|
||||
settings:
|
||||
registry: git.ar21.de
|
||||
|
@ -36,6 +39,6 @@ steps:
|
|||
exclude:
|
||||
- main
|
||||
when:
|
||||
- branch:
|
||||
exclude: main
|
||||
event: push
|
||||
event:
|
||||
include:
|
||||
- push
|
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.20.3
|
||||
RUN apk add --no-cache git curl bash jq
|
||||
RUN apk add --no-cache git curl bash
|
||||
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