From ece855afe13b7d8109bee009025da913fba092d7 Mon Sep 17 00:00:00 2001 From: Favour Kelvin Date: Fri, 4 Aug 2023 02:20:34 +0100 Subject: [PATCH] minor fixes to readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4e3b833..acc21e6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Custom Action to push Docker images to GitHub Container Registry -Whenever there's a push event or a release event in the repository (public and private), this action automatically pushes the Docker image to ghcr.io. - -No more manual hassle! 🚀💪 +Automate your Docker image deployments effortlessly with this custom GitHub Action! 🚀💪 Whenever there's a push event or a release event in your repository (public and private), this action automatically pushes the Docker image to ghcr.io, GitHub's Container Registry. ## 💡 Benefits: ✅ Streamlined workflow: Say goodbye to tedious configuration and manual image deployments. @@ -11,8 +9,9 @@ No more manual hassle! 🚀💪 ✅ Seamless integration: GitHub Container Registry simplifies container image management. ## 🛠️ How to Use -- In your repository's settings, under the ```Actions``` tab, click on ```General```, scroll to the bottom and enable ```Read and write permissions``` for your ```Workflow Permissions```. -Click ```Save```. +- In your repository's settings, under the ```Actions``` tab +- Click on ```General```, scroll to the bottom and enable ```Read and write permissions``` for your ```Workflow Permissions```. +- Click ```Save```. image