Skip to content

Commit

Permalink
Issue/pvnet gchr (#802)
Browse files Browse the repository at this point in the history
* use ghcr.io for pvnet

* update container name

* update pvnet da
  • Loading branch information
peterdudfield authored Feb 24, 2025
1 parent 9a7e310 commit 1ccfcc1
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 @@ -683,8 +683,8 @@ module "forecast_pvnet_day_ahead" {
]

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

Expand Down

0 comments on commit 1ccfcc1

Please sign in to comment.