15 lines
194 B
YAML
15 lines
194 B
YAML
|
kind: pipeline
|
||
|
type: docker
|
||
|
name: testing
|
||
|
|
||
|
steps:
|
||
|
- name: build
|
||
|
image: plugins/docker
|
||
|
settings:
|
||
|
dry_run: true
|
||
|
username:
|
||
|
password:
|
||
|
repo: rosti/runtime
|
||
|
tags:
|
||
|
- dev
|