Skip to content

Commit

Permalink
Update the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
burakince committed Dec 1, 2024
1 parent 0928752 commit bdfc4ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

## CLI Usage

```
```bash
PLUGIN_IGNORE_SSL_VERIFICATION=true \
PLUGIN_USERNAME=myusername \
PLUGIN_PASSWORD=mypassword \
Expand All @@ -30,7 +30,7 @@ PLUGIN_IGNORE_SSL_VERIFICATION=true \

## Image Usage

```
```bash
docker run \
-e PLUGIN_IGNORE_SSL_VERIFICATION=true \
-e PLUGIN_USERNAME=myusername \
Expand All @@ -42,15 +42,15 @@ docker run \
--rm -it burakince/private-registry-cleaner
```

## Drone CI Plugin Usage
## [Drone CI](https://www.drone.io/) or [Woodpecker CI](https://woodpecker-ci.org/) Plugin Usage

```
```yaml
kind: pipeline
name: default

steps:
- name: registry-clean
image: burakince/private-registry-cleaner:1.0.0
image: burakince/private-registry-cleaner:1.0.1
pull: if-not-exists
settings:
username:
Expand Down

0 comments on commit bdfc4ba

Please sign in to comment.