fix: Remove dependency installation step for offline builds in kub-deploy.yml
Build and Deploy to Kubernetes / build-and-deploy (push) Failing after 1m4s

This commit is contained in:
masoodafar-web
2026-01-29 02:41:22 +03:30
parent 0b0fa3aa61
commit 4743b52cae
-5
View File
@@ -16,11 +16,6 @@ jobs:
image: docker:latest
options: --privileged
steps:
- name: Install dependencies
run: |
apk add --no-cache git curl
echo "✅ Dependencies installed (kubectl not needed for offline build)"
- name: Start Docker daemon with insecure registry
run: |
mkdir -p /etc/docker