Mirror "devel" and "latest-devel" tags

Our old Dockerfile schema included "latest-devel" pointing to the devel tag specific to the latest TF release. Since our devel images now only target master, the "latest-devel" tag should point to the same image as "devel".

PiperOrigin-RevId: 255469270
This commit is contained in:
Austin Anderson 2019-06-27 13:41:48 -07:00 committed by TensorFlower Gardener
parent 4c7e2edfea
commit 813049eb44

View File

@ -40,7 +40,7 @@ releases:
nightly:
tag_specs:
- "{nightly}{py}{jupyter}"
- "{ubuntu-devel}{py}"
- "{_TAG_PREFIX}{ubuntu-devel}{py}"
# Built per-release and pushed to tensorflow/tensorflow
# --arg _TAG_PREFIX=<val> should be set to "1.11" (for example) or "latest".