add woodpecker ci - buildx
Some checks failed
ci/woodpecker/push/build-image Pipeline failed

This commit is contained in:
Yuri Tatishchev 2025-04-21 22:33:21 -07:00
parent 700e5857ae
commit 5db86ca285
Signed by: CaZzzer
SSH Key Fingerprint: SHA256:sqXB3fe0LMpfH+IeM/vlmxKdso52kssrIJBlwKXVe1U

View File

@ -16,17 +16,29 @@ steps:
PASSWORD:
from_secret: registry-password
- name: build
image: woodpeckerci/plugin-kaniko
image: woodpeckerci/plugin-docker-buildx:5.2.2
settings:
registry: gitea.cazzzer.com
repo: gitea.cazzzer.com/${CI_REPO}
tags: ci
username:
from_secret: registry-username
password:
from_secret: registry-password
repo: gitea.cazzzer.com/${CI_REPO}
# replace '/' with '_' in branch name
# remove 'feature/' prefix in branch name
# tags: ${CI_COMMIT_BRANCH##feature/}
# auto_tag: true
tags: ci
# cache: true
# - name: build
# image: woodpeckerci/plugin-kaniko
# settings:
# registry: gitea.cazzzer.com
# username:
# from_secret: registry-username
# password:
# from_secret: registry-password
# repo: gitea.cazzzer.com/${CI_REPO}
# # replace '/' with '_' in branch name
# # remove 'feature/' prefix in branch name
# # tags: ${CI_COMMIT_BRANCH##feature/}
# # auto_tag: true
# tags: ci
# # cache: true