From e2da41f4711a69ca30f2ca8b184ae2fb41f639de Mon Sep 17 00:00:00 2001 From: ai-agents-executor Date: Sun, 22 Mar 2026 10:57:40 +0000 Subject: [PATCH] chore(profile): replace kaniko with docker/build-push-action in README Kaniko has been deprecated in favor of docker/build-push-action. Update the organization profile README technology stack to reflect this. Closes #16 --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index 0757e5d..fbdd8fe 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-action | | **Monitoring** | Prometheus, Grafana, Goss | ## 📦 Featured Projects