switch pipeline to kubernetes backend
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
Aaron Riedel 2025-02-12 19:59:39 +01:00
parent 24ab8b627a
commit 0ed7d7e8b9
Signed by: aaron
GPG key ID: 643004654D40D577
4 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,5 @@
labels:
backend: kubernetes
steps: steps:
- name: docker - name: docker
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx

View file

@ -1,6 +1,6 @@
skip_clone: true skip_clone: true
labels: labels:
backend: docker backend: kubernetes
steps: steps:
- name: bump tag in deployment-repo - name: bump tag in deployment-repo
image: git.ar21.de/aaron/debian-ci image: git.ar21.de/aaron/debian-ci

View file

@ -1,5 +1,5 @@
labels: labels:
backend: docker backend: kubernetes
steps: steps:
- name: Lint Dockerfile - name: Lint Dockerfile
image: hadolint/hadolint:latest-alpine image: hadolint/hadolint:latest-alpine

View file

@ -1,6 +1,6 @@
skip_clone: true skip_clone: true
labels: labels:
backend: docker backend: kubernetes
steps: steps:
- name: Test image (prod) - name: Test image (prod)
image: git.ar21.de/${CI_REPO}:${CI_PIPELINE_NUMBER} image: git.ar21.de/${CI_REPO}:${CI_PIPELINE_NUMBER}