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
This commit is contained in:
Monty Taylor 2020-05-07 12:07:36 -05:00
parent dfb3884440
commit 48afa2248f

View File

@ -1 +1,2 @@
zuul_work_dir: "{{ zuul.project.src_dir }}"
docker_dockerfile: "Dockerfile"