Skip to content

Commit

Permalink
Merge pull request #42 from wbollock/docs/ghcr_upload_steps
Browse files Browse the repository at this point in the history
docs: add ghcr.io login steps too
  • Loading branch information
wbollock committed Oct 9, 2023
2 parents 74a5edb + 8b83f1f commit 7e07aca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@ Follow goreleaser's [quick start](https://goreleaser.com/quick-start/) instructi
export GITHUB_TOKEN="YOUR_GH_TOKEN"
git tag -a v<semver> -m "Release summary"
git push origin v<semver>
# login to ghcr too
# https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic
echo $CR_PAT | docker login ghcr.io -u $USERNAME --password-stdin

goreleaser release
```

Expand Down

0 comments on commit 7e07aca

Please sign in to comment.