diff --git a/docker/README.md b/docker/README.md index 7502269a..7752ef27 100644 --- a/docker/README.md +++ b/docker/README.md @@ -4,7 +4,7 @@ This directory contains the `Dockerfile` used to build the Docker image capable It includes a number of helper scripts to be run by the CI/CD pipeline but can also be run locally to build the image. -## Building +## Building Building the Hydrocron API docker image depends on a tar file version of the project. This can be built using `poetry build` or by downloading a previously built version of the project as a tar. diff --git a/terraform/variables.tf b/terraform/variables.tf index b0141881..60212204 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -24,7 +24,7 @@ variable "profile" { } variable "docker_tag" { - default = "ghcr.io/podaac/podaac-cloud/hydrocron:0.0.1" + default = "ghcr.io/podaac/podaac-cloud/podaac-hydrocron:0.0.1" } variable "service_name" {