Skip to content

Commit

Permalink
Update default image registry references to point to new location via…
Browse files Browse the repository at this point in the history
… GitHub Container Registry.
  • Loading branch information
jlewi committed Apr 9, 2024
1 parent 63562a4 commit f3b1902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const (
appName = "foyle"
ConfigDir = "." + appName

defaultVSCodeImage = "us-west1-docker.pkg.dev/foyle-public/images/vscode-web-assets:latest"
defaultFoyleImage = "us-west1-docker.pkg.dev/foyle-public/images/foyle-vscode-ext:latest"
defaultVSCodeImage = "ghcr.io/jlewi/vscode-web-assets:latest"
defaultFoyleImage = "ghcr.io/jlewi/foyle-vscode-ext:latest"
)

// Config represents the persistent configuration data for Foyle.
Expand Down

0 comments on commit f3b1902

Please sign in to comment.