zuul-jobs/roles/upload-docker-image/defaults/main.yaml
Monty Taylor 48afa2248f Add docker_dockerfile to upload-docker-image defaults
We document it in the docs as a common thing, but we never needed
it. After the previous patch to use buildx routines for upload,
we need to define the default.

Change-Id: Idf0ed40d125c8cfc2eb4a381035b154c9bc2c1c5
2020-05-07 12:07:36 -05:00

3 lines
76 B
YAML

zuul_work_dir: "{{ zuul.project.src_dir }}"
docker_dockerfile: "Dockerfile"