Skip to content

Commit 067ef18

Browse files
committed
update readme with image release info
1 parent fea2eee commit 067ef18

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,24 +47,13 @@ GitHub App + external service with full API access, queue management, and custom
4747

4848
### Docker Image (For Actions)
4949

50-
To build and publish the Docker image:
50+
[Official image](https://github.com/sourcegraph/cra-github/pkgs/container/cra-github) published automatically on GitHub releases. For custom builds:
5151

5252
```bash
53-
# Build for GitHub Actions (linux/amd64)
5453
podman build --platform linux/amd64 -t ghcr.io/your-username/cra-github:latest .
55-
56-
# Push to GitHub Container Registry
5754
podman push ghcr.io/your-username/cra-github:latest
5855
```
5956

60-
Update the workflow file to use your image: `docker://ghcr.io/your-username/cra-github:latest`
61-
62-
Example for the current `review.yml`:
63-
64-
```bash
65-
podman build -t ghcr.io/sayansisodiya/cra-github:latest . && podman push ghcr.io/sayansisodiya/cra-github:latest
66-
```
67-
6857
### Local Development
6958

7059
1. **Clone and Install**

0 commit comments

Comments
 (0)