Skip to content

Commit 7c2724c

Browse files
committed
CM-26624-rename-project
1 parent 66e397b commit 7c2724c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
uses: docker/build-push-action@v4
2727
with:
2828
push: true
29-
tags: cycodehq/cycode_recovery_utils:latest
29+
tags: cycodehq/cycode_unblock_pull_request:latest

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,27 +66,27 @@ There are 2 options to run the Cycode recovery tool:
6666

6767
### Pulling Cycode image
6868
```
69-
docker pull cycodehq/cycode_recovery_utils:latest
69+
docker pull cycodehq/cycode_unblock_pull_request:latest
7070
```
7171

7272
### Building an image locally
7373
```
74-
docker build -t cycode_recovery_tool . --no-cache
74+
docker build -t cycode_unblock_pull_request . --no-cache
7575
```
7676

7777
### Running the docker image
7878
You will need to provide your configuration file
7979
```
80-
docker run -v /path/to/file/config.json:/app/config.json -ti cycode_recovery_tool
80+
docker run -v /path/to/file/config.json:/app/config.json -ti cycode_unblock_pull_request
8181
```
8282

8383
## Usage
8484

8585
1. Choose recovery action (currently only Release Block Pr)
86-
![recovery action](./docs/recovery_action.png)
86+
![recovery action](./docs/recovery_action-1.png)
8787
2. Choose provider (currently only GitHub)
8888
3. Choose which status checks to release
89-
![status_checks_release](./docs/status_checks_release.png)
89+
![status_checks_release](./docs/status_checks_release-1.png)
9090

9191
## License
9292

docs/recovery_action..png

27.7 KB
Loading

docs/recovery_action.png

-12.9 KB
Binary file not shown.

docs/status_checks_release.png

44.7 KB
Loading

0 commit comments

Comments
 (0)