Skip to content

Commit 25124a7

Browse files
committed
fix(ci): Update the image name to prevent duplication
1 parent e0ee4fe commit 25124a7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
workflow_dispatch:
99

1010
env:
11-
REGISTRY: ghcr.io
12-
IMAGE_NAME: ${{ github.repository }}
11+
REGISTRY: docker.io
12+
IMAGE_NAME: flask-app
1313
MIN_COVERAGE: 80
1414

1515
jobs:

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ graph TB
5656
- Non-root user for security
5757
- Health check configuration
5858
- Environment variable support
59+
- Images pushed to docker.io registry
5960

6061
3. **Kubernetes Resources**
6162
- Deployment for pod management
@@ -84,6 +85,7 @@ minikube addons enable metrics-server
8485
# Build and deploy application
8586
task setup # Install required tools
8687
task docker:build # Build Docker image
88+
task docker:push # Push image to docker.io
8789
task deploy ENV=dev # Deploy to dev environment
8890

8991
# Install monitoring stack
@@ -253,7 +255,7 @@ kubectl top pods -n dev
253255

254256
| **Layer** | **Improvements Magnetic AI Can Bring** |
255257
|------------------------|---------------------------------------------------------------------------------------------------------|
256-
| **Input Processing** | Natural language deployment triggers: e.g. Deploy staging with new env vars. |
258+
| **Input Processing** | Natural language deployment triggers: e.g. "Deploy staging with new env vars." |
257259
| **Task Classification**| Auto-categorize based on code diff: Terraform vs Helm vs App code |
258260
| **Planning** | Auto-detect impacted services/namespaces & generate safe execution plans |
259261
| **Reasoning & Analysis** | Analyze `terraform plan`, `helm diff`, and predict risk levels or rollback needs |

0 commit comments

Comments
 (0)