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
docs: migrate codiumai/pr-agent references to pragent/pr-agent
The release pipeline now publishes images under pragent/pr-agent (see
#2361). Update user-facing docs and the local :test tag in CI to match
so docker pull / image: examples resolve to images that actually exist.
RELEASE_NOTES.md is left as-is (historical record of past publishes).
Code comments in bitbucket_provider.py / gitlab_provider.py reference
git URLs (.git repos) not docker images, and tests/e2e_tests refers
to codiumai/pr-agent-tests which is a separate fixtures repo — both
intentionally 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