You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(release): rename codiumai/pr-agent to pragent/pr-agent across docs and CI
Updates Docker image references from codiumai/pr-agent to pragent/pr-agent in
installation docs, security docs, the help_docs page, the action.yaml base
image (Dockerfile.github_action_dockerhub), and the test/coverage/e2e workflows.
RELEASE_NOTES.md is intentionally left as-is (historical record of past
publishes under the codiumai/pr-agent namespace). Code comments in
bitbucket_provider.py and gitlab_provider.py reference git URLs (.git repos)
not docker images and are also untouched.
docker push codiumai/pr-agent:gitea_webhook # Push to your Docker repository
30
+
docker push pragent/pr-agent:gitea_webhook # Push to your Docker repository
31
31
```
32
32
33
33
7. Set the environmental variables, the method depends on your docker runtime. Skip this step if you included your secrets/configuration directly in the Docker image.
docker push codiumai/pr-agent:gitlab_webhook # Push to your Docker repository
79
+
docker push pragent/pr-agent:gitlab_webhook # Push to your Docker repository
80
80
```
81
81
82
82
7. Set the environmental variables, the method depends on your docker runtime. Skip this step if you included your secrets/configuration directly in the Docker image.
@@ -104,14 +104,14 @@ For example: `GITLAB.PERSONAL_ACCESS_TOKEN` --> `GITLAB__PERSONAL_ACCESS_TOKEN`
104
104
2. Build a docker image that can be used as a lambda function
0 commit comments