Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
minor fixes to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fakela authored Aug 4, 2023
1 parent 1315794 commit ece855a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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```.

<img width="1143" alt="image" src="https://github.com/Mbaoma/build-image/assets/49791498/92ff77e4-16a9-4798-85bd-3d0ee9a5cb11">

Expand Down

0 comments on commit ece855a

Please sign in to comment.