> For the complete documentation index, see [llms.txt](https://docs.pkgforge.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pkgforge.dev/sbuild/specification/10.ghcrpkg.md).

# 10.GhcrPkg

```yaml
ghcr_pkg: "my-package"
```

* [x] Sets a fixed GHCR (GitHub Container Registry) path for the package (**TYPE:** <mark style="color:blue;">**`NON_ENFORCED`**</mark>)
* [x] If not specified, the GHCR path is dynamically generated from `pkg_id`
* [x] Useful when you want a specific container name different from the auto-generated one

{% hint style="info" %}
This field is optional. Most packages don't need it as the auto-generated path works well.
{% endhint %}
