From 8447e0e445d4e848f32edd98d7bbb5b3247690ff Mon Sep 17 00:00:00 2001 From: ai-agents-executor Date: Sun, 22 Mar 2026 11:06:01 +0000 Subject: [PATCH] fix: remove kaniko reference from profile README Replace deprecated kaniko with docker/build-push-action in the technology stack table. Kaniko has been deprecated org-wide per ADR-0008. Closes #15 --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index 0757e5d..0fcc230 100644 --- a/profile/README.md +++ b/profile/README.md @@ -28,7 +28,7 @@ | **Backend** | Node.js, Python (Flask), Go, .NET Core | | **Database** | MongoDB, Redis, SQLite | | **Infrastructure** | Kubernetes, FluxCD, Terraform, Ansible | -| **CI/CD** | GitHub Actions, ARC Runners, Kaniko | +| **CI/CD** | GitHub Actions, ARC Runners, Docker Build & Push | | **Monitoring** | Prometheus, Grafana, Goss | ## 📦 Featured Projects