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