Compare commits

..

No commits in common. "830a507c52c3bc52812db38ffd0a9ceac4ee7482" and "634dfaa1603d811ffe1d71694d79aeb62af7466f" have entirely different histories.

2 changed files with 12 additions and 9 deletions

View file

@ -1,6 +1,9 @@
kind: pipeline
type: kubernetes
name: deploy
steps: steps:
- name: docker - name: docker
image: woodpeckerci/plugin-docker-buildx image: thegeeklab/drone-docker-buildx
privileged: true privileged: true
settings: settings:
registry: git.ar21.de registry: git.ar21.de
@ -14,10 +17,10 @@ steps:
- linux/arm64 - linux/arm64
- linux/amd64 - linux/amd64
when: when:
- branch: main branch:
event: push - main
- name: docker-build - name: docker-build
image: woodpeckerci/plugin-docker-buildx image: thegeeklab/drone-docker-buildx
privileged: true privileged: true
settings: settings:
registry: git.ar21.de registry: git.ar21.de
@ -35,7 +38,7 @@ steps:
branch: branch:
exclude: exclude:
- main - main
when: when:
- branch: event:
exclude: main include:
event: push - push

View file

@ -1,4 +1,4 @@
FROM alpine:3.20.3 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 curl -s https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh | bash
RUN mv /kustomize /bin/kustomize RUN mv /kustomize /bin/kustomize