Skip to content

Commit

Permalink
update container name
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Feb 24, 2025
1 parent 3bbc683 commit 59b6d25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/nowcasting/production/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ module "forecast_pvnet" {
]

container-tag = var.forecast_pvnet_version
container-name = "openclimatefix/pvnet_app"
container-name = "openclimatefix/uk-pvnet-app"
container-registry = "ghcr.io"
container-command = []
}
Expand Down Expand Up @@ -629,7 +629,7 @@ module "forecast_pvnet_ecwmf" {
]

container-tag = var.forecast_pvnet_ecmwf_version
container-name = "openclimatefix/pvnet_app"
container-name = "openclimatefix/uk-pvnet-app"
container-registry = "ghcr.io"
container-command = []

Expand Down

0 comments on commit 59b6d25

Please sign in to comment.