File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
7878You 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
85851 . Choose recovery action (currently only Release Block Pr)
86- ![ recovery action] ( ./docs/recovery_action.png )
86+ ![ recovery action] ( ./docs/recovery_action-1 .png )
87872 . Choose provider (currently only GitHub)
88883 . 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
You can’t perform that action at this time.
0 commit comments