Skip to content

Commit

Permalink
docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Oct 18, 2023
1 parent 4d27ac7 commit 7f67552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ variable "profile" {
}

variable "docker_tag" {
default = "ghcr.io/podaac/podaac-cloud/podaac-hydrocron:0.0.1"
default = "podaac/podaac-cloud/podaac-hydrocron"
}

variable "service_name" {
Expand Down

0 comments on commit 7f67552

Please sign in to comment.