2021-11-05 22:54:44 +00:00
|
|
|
kind: pipeline
|
|
|
|
name: build
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: publish
|
|
|
|
image: plugins/docker
|
|
|
|
settings:
|
2021-11-05 23:17:09 +00:00
|
|
|
repo: turboregistry:5000/juju/turbo-ci
|
2021-11-05 22:54:44 +00:00
|
|
|
tags: latest
|
2021-11-05 22:59:40 +00:00
|
|
|
insecure: true
|
2021-11-05 23:17:09 +00:00
|
|
|
registry: turboregistry:5000
|
2021-11-05 23:33:19 +00:00
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|