vpgen/.woodpecker/build-image.yml
Yuri Tatishchev 734cfb7e7c
Some checks failed
ci/woodpecker/push/build-image Pipeline failed
add woodpecker ci
2025-01-03 21:22:45 -08:00

24 lines
573 B
YAML

when:
- event: [push]
steps:
# - name: echos
# image: alpine
# commands:
# - echo $CI_REPO
# - echo $CI_REPO_REMOTE_ID
# - echo $CI_REPO_URL
# - echo $CI_REPO_CLONE_URL
# - echo $${CI_COMMIT_BRANCH/\\//-}
- name: build
image: woodpeckerci/plugin-kaniko
settings:
registry: gitea.cazzzer.com
username:
from_secret: registry-username
password:
from_secret: registry-password
repo: ${CI_REPO}
# replace '/' with '_' in branch name
tags: ${CI_COMMIT_BRANCH/\//_}
cache: true