Skip to content

Commit

Permalink
use ghcr.io for pvnet
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Feb 24, 2025
1 parent a62a908 commit 3bbc683
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 @@ -576,7 +576,7 @@ module "forecast_pvnet" {

container-tag = var.forecast_pvnet_version
container-name = "openclimatefix/pvnet_app"
container-registry = "docker.io"
container-registry = "ghcr.io"
container-command = []
}

Expand Down Expand Up @@ -630,7 +630,7 @@ module "forecast_pvnet_ecwmf" {

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

}
Expand Down

0 comments on commit 3bbc683

Please sign in to comment.