From bdfc4baeb01e248ae1381ebb1e54b50caf657e69 Mon Sep 17 00:00:00 2001 From: Burak Ince Date: Sun, 1 Dec 2024 20:49:32 +0100 Subject: [PATCH] Update the documentation --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c43c0fa..c2e9ef9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ## CLI Usage -``` +```bash PLUGIN_IGNORE_SSL_VERIFICATION=true \ PLUGIN_USERNAME=myusername \ PLUGIN_PASSWORD=mypassword \ @@ -30,7 +30,7 @@ PLUGIN_IGNORE_SSL_VERIFICATION=true \ ## Image Usage -``` +```bash docker run \ -e PLUGIN_IGNORE_SSL_VERIFICATION=true \ -e PLUGIN_USERNAME=myusername \ @@ -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: