Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Commit 8ec44b0

Browse files
committed
fix link
1 parent 3c79eb8 commit 8ec44b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gpr-docker-publish/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
### Background On The GitHub Package Registry (GPR):
44

5-
From [the docs]((https://help.github.com/en/articles/configuring-docker-for-use-with-github-package-registry)):
5+
From [the docs](https://help.github.com/en/articles/configuring-docker-for-use-with-github-package-registry):
66

77
The GitHub Package Registry allows you to develop your code and host your packages in one place. GitHub uses the README in your repository to generate the package's description, and you can edit it to reflect details about the package or installation process. GitHub adds metadata for each package version that includes links to the author, repository, commit SHA, version tags, and date.
88

9-
[The docs](https://help.github.com/en/articles/configuring-docker-for-use-with-github-package-registry) also contain relevant such as how to authenticate and naming conventions. Some noteable items about GPR:
9+
[The docs](https://help.github.com/en/articles/configuring-docker-for-use-with-github-package-registry) also contain relevant such as how to authenticate and naming conventions. Some noteable items about publishing Docker Images on GPR:
1010

1111
- Docker Images are tied to a repository.
1212
- All images are named with the following nomenclature:

0 commit comments

Comments
 (0)