2020-08-14 11:56:47 -05:00
|
|
|
---
|
|
|
|
kind: secret
|
|
|
|
name: docker_username
|
|
|
|
get:
|
|
|
|
path: docker
|
|
|
|
name: username
|
|
|
|
---
|
|
|
|
kind: secret
|
|
|
|
name: docker_password
|
|
|
|
get:
|
|
|
|
path: docker
|
|
|
|
name: password
|
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: kubernetes
|
|
|
|
name: publish
|
|
|
|
steps:
|
|
|
|
- name: publish
|
|
|
|
image: plugins/docker
|
|
|
|
settings:
|
|
|
|
repo: jcollie/osslsigncode
|
2020-08-14 12:01:52 -05:00
|
|
|
build_args:
|
|
|
|
- VERSION=1.7.1
|
|
|
|
- SHA256_HASH=f9a8cdb38b9c309326764ebc937cba1523a3a751a7ab05df3ecc99d18ae466c9
|
2020-08-14 11:56:47 -05:00
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|
2020-08-14 12:01:52 -05:00
|
|
|
tags:
|
|
|
|
- latest
|
|
|
|
- '1.7.1'
|
|
|
|
- '1.7'
|