add woodpecker CI
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
2025-11-30 16:31:45 +01:00
parent d0a8c5b3a8
commit 93b35eb1d9
+21
View File
@@ -0,0 +1,21 @@
steps:
- name: build and push docker image
image: woodpeckerci/plugin-docker-buildx
settings:
repo: git.kolspace.cc/victor.kolomin/controlla
registry: git.kolspace.cc
platforms: linux/amd64
username:
from_secret: gitea_registry_user
password:
from_secret: gitea_registry_pass
tags:
- ${CI_COMMIT_TAG}
- latest
cache_from:
- git.kolspace.cc/victor.kolomin/controlla:latest
cache_to: type=inline
when:
event:
- tag