Skip to content

Commit 41e641d

Browse files
committed
Revise README.md to enhance feature descriptions for clarity and consistency, emphasizing ease of use, customization, multi-arch support, and context awareness.
1 parent 1d81eaa commit 41e641d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ All of our software is free an open to the world. None of this can be brought to
3131
This is a GitHub Action intended to simplify the process for building automated Docker images with GitHub Actions.
3232

3333
### Features:
34-
- ✅ Stupid simple to use
35-
- 🚀 Customize your docker image names/tags by easily passing what you want it to be
36-
- 🤓 Multi-arch support
37-
- 🔀 Context aware (great if you have a Docker file in a different part of your repo)
38-
- 📦 **Multi-registry support** - Push to up to 3 registries simultaneously (Docker Hub, GitHub Container Registry, and private registries)
34+
-**Stupid simple to use** - just pass in the tags, registry, and credentials and you're good to go
35+
- 🚀 **Customize your docker image names/tags** - easily pass in what you want it to be
36+
- 🤓 **Multi-arch support** - build for multiple architectures
37+
- 📦 **Multi-registry support** - build and push to up to 3 registries simultaneously (Docker Hub, GitHub Container Registry, and private registries)
38+
- 🔀 **Context aware** - great if you have a Dockerfile in a different part of your repo
3939

4040
# Usage
4141

0 commit comments

Comments
 (0)