Skip to content

Commit cfc69a0

Browse files
authored
Update RELEASE with docker login steps (#2)
1 parent b6c7ab8 commit cfc69a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

RELEASE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ git tag -a ${NEW_VERSION} -m "Release ${NEW_VERSION}"
1616
git push origin ${NEW_VERSION}
1717
1818
export GITHUB_TOKEN=<your_github_PAT_token>
19+
20+
docker login ghcr.io
21+
Username: <your_github_username>
22+
Password: <your_github_PAT_token>
23+
1924
make publish
2025
```
2126

0 commit comments

Comments
 (0)