# Development ## Build Container Images locally Create a classic personal access token in GitHub. Set an expiration date and enable the `write:packages` scope. **Note:** Using a token generated by the `gh` cli is not sufficient. Login to the `ghcr.io` registry. When asked for a password, paste the access token: ```bash ko login -u --password-stdin ghcr.io ``` Build image and push to the regsitry: ```bash make images ``` The pushed image name and tag are logged to the console.