19 lines
425 B
YAML
19 lines
425 B
YAML
when:
|
|
- event: push
|
|
branch: main
|
|
|
|
steps:
|
|
- name: publish
|
|
image: woodpeckerci/plugin-kaniko
|
|
settings:
|
|
platforms: linux/amd64
|
|
repo: llamprecht/fahdbot
|
|
registry: git.sakoma.wang
|
|
tags: ${CI_COMMIT_SHA}
|
|
cache: true
|
|
username: llamprecht
|
|
build_args:
|
|
- COMMIT_SHA=${CI_COMMIT_SHA}
|
|
- COMMIT_AUTHOR_EMAIL=${CI_COMMIT_AUTHOR_EMAIL}
|
|
password:
|
|
from_secret: container_registry_token
|