2024-08-11 06:50:33 +00:00
|
|
|
options:
|
|
|
|
# Ignore Prow provided substitutions.
|
|
|
|
substitution_option: ALLOW_LOOSE
|
2020-06-26 20:11:04 +00:00
|
|
|
steps:
|
2025-03-23 16:40:32 +00:00
|
|
|
- name: gcr.io/cloud-builders/docker
|
|
|
|
dir: images
|
|
|
|
env:
|
|
|
|
- NAME=httpbun
|
|
|
|
entrypoint: make
|
|
|
|
args:
|
|
|
|
- push
|