Skip to content

Commit

Permalink
apps: Add GHCR as a supported registry type. (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething authored Feb 2, 2024
1 parent c803ea5 commit 920274b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions digitalocean/app/app_spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ func appSpecImageSourceSchema() map[string]*schema.Schema {
"UNSPECIFIED",
"DOCKER_HUB",
"DOCR",
"GHCR",
}, false),
Description: "The registry type.",
},
Expand Down

0 comments on commit 920274b

Please sign in to comment.