add woodpecker ci script
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2024-01-11 14:11:43 +01:00
parent 4ea8a3688b
commit a65b991307
Signed by: wn
GPG Key ID: 836E9E1192A6B132
2 changed files with 17 additions and 1 deletions

16
.woodpecker.yml Normal file
View File

@ -0,0 +1,16 @@
steps:
build:
image: plugins/kaniko
settings:
repo: gitea.hottis.de/wn/pv-controller
registry:
from_secret: container_registry
tags: latest,${CI_COMMIT_SHA},${CI_COMMIT_TAG}
username:
from_secret: container_registry_username
password:
from_secret: container_registry_password
dockerfile: Dockerfile
when:
- event: [push, tag]

View File

@ -35,7 +35,7 @@ spec:
spec:
containers:
- name: pv-controller
image: wollud1969/pv-controller:1.0.7
image: wollud1969/pv-controller:1.0.8
envFrom:
- configMapRef:
name: pv-controller