15 lines
306 B
YAML
15 lines
306 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: docker-crawl
|
|
steps:
|
|
- name: build-and-publish
|
|
image: plugins/docker
|
|
settings:
|
|
auto_tag: true
|
|
username:
|
|
from_secret: ci_registry_user
|
|
password:
|
|
from_secret: ci_registry_password
|
|
repo:
|
|
from_secret: ci_registry_image
|