You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker-build/README.md
+23-17Lines changed: 23 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
# π³ Docker Build Workflow
2
2
3
3
## π Overview
4
+
4
5
This reusable GitHub Actions workflow automates the process of building and pushing Docker images to Docker Hub. It simplifies the Docker build process in your CI/CD pipeline by handling authentication, building, and tagging in a standardized way. Perfect for teams looking to streamline their containerization workflow with minimal configuration.
5
6
6
7
## β¨ Features
8
+
7
9
- π Securely authenticates with Docker Hub using best practices
8
10
- ποΈ Builds optimized Docker images from a specified Dockerfile
9
11
- π·οΈ Intelligently tags and pushes images to Docker Hub
@@ -13,17 +15,18 @@ This reusable GitHub Actions workflow automates the process of building and push
13
15
14
16
## βοΈ Inputs
15
17
16
-
| Name | Description | Required | Default |
17
-
|------|-------------|----------|---------|
18
-
|`dockerfile`| Path to the Dockerfile to build (e.g., './Dockerfile', './docker/Dockerfile') | Yes | - |
19
-
|`tag`| Tag to apply to the built image (e.g., 'myimage:latest', 'myorg/myimage:v1.2.3') | Yes | - |
0 commit comments