25 lines
563 B
Cheetah
25 lines
563 B
Cheetah
# Build + push the {repo} container (cluster #196, emmett#44).
|
|
#
|
|
# Keep-Dockerfile OCI image build; native single-arch buildkit, no matrix,
|
|
# no manifest step. See {repo}/ci/local.sh for the actual build logic.
|
|
|
|
labels:
|
|
arch: {arch}
|
|
|
|
when:
|
|
- event: push
|
|
branch: {branches}
|
|
|
|
clone:
|
|
- name: clone
|
|
image: woodpeckerci/plugin-git
|
|
environment:
|
|
CI_NETRC_MACHINE: {git_host}
|
|
CI_NETRC_USERNAME: oleks
|
|
CI_NETRC_PASSWORD:
|
|
from_secret: gitea_clone_token
|
|
PLUGIN_TAGS: "false"
|
|
PLUGIN_DEPTH: "1"
|
|
|
|
steps:
|
|
{component_steps} |