From be5892de2753d6aa0a1d080617ebb0311f587a65 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 6 Mar 2024 12:56:06 -0500 Subject: Store rendered Dockerfile template in the docker build directory --- mission/hst/hst.ini | 2 +- mission/jwst/jwst.ini | 2 +- mission/roman/roman.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mission/hst/hst.ini b/mission/hst/hst.ini index 2053d17..dad777c 100644 --- a/mission/hst/hst.ini +++ b/mission/hst/hst.ini @@ -10,4 +10,4 @@ destination = {{ storage.delivery_dir }}/README.md destination = {{ storage.delivery_dir }}/release_notes.md [template:Dockerfile.in] -destination = {{ storage.delivery_dir }}/Dockerfile \ No newline at end of file +destination = {{ storage.build_docker_dir }}/Dockerfile \ No newline at end of file diff --git a/mission/jwst/jwst.ini b/mission/jwst/jwst.ini index 3293d70..a59072d 100644 --- a/mission/jwst/jwst.ini +++ b/mission/jwst/jwst.ini @@ -11,4 +11,4 @@ destination = {{ storage.delivery_dir }}/README.md destination = {{ storage.delivery_dir }}/release_notes.md [template:Dockerfile.in] -destination = {{ storage.delivery_dir }}/Dockerfile +destination = {{ storage.build_docker_dir }}/Dockerfile diff --git a/mission/roman/roman.ini b/mission/roman/roman.ini index 3293d70..a59072d 100644 --- a/mission/roman/roman.ini +++ b/mission/roman/roman.ini @@ -11,4 +11,4 @@ destination = {{ storage.delivery_dir }}/README.md destination = {{ storage.delivery_dir }}/release_notes.md [template:Dockerfile.in] -destination = {{ storage.delivery_dir }}/Dockerfile +destination = {{ storage.build_docker_dir }}/Dockerfile -- cgit