mirror of
https://github.com/docker/login-action.git
synced 2024-11-09 23:33:24 +01:00
Merge pull request #91 from cs278/patch-1
Add link to GitHub documentation
This commit is contained in:
commit
b30d77254f
2 changed files with 2 additions and 3 deletions
BIN
.github/ghcr-manage-actions-access.gif
vendored
BIN
.github/ghcr-manage-actions-access.gif
vendored
Binary file not shown.
Before Width: | Height: | Size: 99 KiB |
|
@ -79,9 +79,8 @@ jobs:
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
```
|
```
|
||||||
|
|
||||||
You may need to manage write and read access of GitHub Actions for repositories in the container settings:
|
You may need to [manage write and read access of GitHub Actions](https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions#upgrading-a-workflow-that-accesses-ghcrio)
|
||||||
|
for repositories in the container settings.
|
||||||
![Manage Actions access](.github/ghcr-manage-actions-access.gif)
|
|
||||||
|
|
||||||
You can also use a [personal access token (PAT)](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token)
|
You can also use a [personal access token (PAT)](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token)
|
||||||
with the [appropriate scopes](https://docs.github.com/en/packages/getting-started-with-github-container-registry/migrating-to-github-container-registry-for-docker-images#authenticating-with-the-container-registry).
|
with the [appropriate scopes](https://docs.github.com/en/packages/getting-started-with-github-container-registry/migrating-to-github-container-registry-for-docker-images#authenticating-with-the-container-registry).
|
||||||
|
|
Loading…
Reference in a new issue