7 lines
162 B
YAML
7 lines
162 B
YAML
|
steps:
|
||
|
- name: build
|
||
|
image: your_private_registry/your_image:tag
|
||
|
image_pull_secrets:
|
||
|
- dockerconfigjson
|
||
|
commands:
|
||
|
- # your build command
|