2024-08-11 08:50:33 +02:00
|
|
|
options:
|
|
|
|
|
# Ignore Prow provided substitutions.
|
|
|
|
|
substitution_option: ALLOW_LOOSE
|
2020-06-26 15:54:53 -04:00
|
|
|
steps:
|
2025-03-23 09:38:32 -07:00
|
|
|
- name: gcr.io/cloud-builders/docker
|
|
|
|
|
dir: images
|
|
|
|
|
env:
|
|
|
|
|
- NAME=cfssl
|
|
|
|
|
entrypoint: make
|
|
|
|
|
args:
|
|
|
|
|
- push
|