15 lines
432 B
YAML
15 lines
432 B
YAML
steps:
|
|
- name: build
|
|
image: woodpeckerci/plugin-docker-buildx:5.2.2
|
|
settings:
|
|
platforms: linux/amd64
|
|
repo: hattori.ztsh.eu/iac/karl
|
|
registry: hattori.ztsh.eu
|
|
tags: dev-${CI_PIPELINE_NUMBER}
|
|
username: stawros
|
|
password:
|
|
from_secret: hattori-packages
|
|
when:
|
|
- event: pull_request
|
|
evaluate: 'CI_COMMIT_PULL_REQUEST_LABELS contains "ci-ready"'
|
|
- event: manual
|