Skip to content

Commit 990f5d5

Browse files
authored
Merge pull request #568 from dotnet/baronfel-patch-1
Update RegistryAuthentication.md with docs for GitHub Packages
2 parents 471fe81 + fb72c77 commit 990f5d5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/RegistryAuthentication.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ None! We're compatible with most registries.
5858

5959
### Docker Hub
6060

61-
### Authentication
61+
#### Authentication
6262

6363
In .NET SDK 7.0.400 and earlier, you must log in to
6464

@@ -72,3 +72,10 @@ In .NET SDK 8.0.100 and greater neither of these is required - you can use `<Con
7272
#### ContainerImageName
7373

7474
When pushing to Docker Hub, images _must_ include the user's login as a prefix - for example `chusk3/sdk-container-demo` instead of just `sdk-container-demo`.
75+
76+
### GitHub Packages
77+
78+
#### Authentication
79+
80+
GitHub Packages requires authentication even for 'public' containers, so you will need to [authenticate to GitHub Packages](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-to-the-container-registry) before publishing containers.
81+

0 commit comments

Comments
 (0)