2019-05-18 12:14:08 +00:00
|
|
|
kind: pipeline
|
|
|
|
name: default
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: build_and_publish
|
|
|
|
image: plugins/docker:linux-amd64
|
|
|
|
pull: always
|
|
|
|
settings:
|
2019-05-19 09:03:34 +00:00
|
|
|
auto_tag: true
|
2019-05-18 12:14:08 +00:00
|
|
|
daemon_off: false
|
2020-08-12 13:14:16 +00:00
|
|
|
force_tag: true
|
2019-05-18 12:14:08 +00:00
|
|
|
password:
|
|
|
|
from_secret: docker_password
|
|
|
|
registry: docker.asperti.com
|
|
|
|
repo: docker.asperti.com/paspo/ftps
|
|
|
|
username:
|
2020-08-12 13:17:46 +00:00
|
|
|
from_secret: docker_username
|