fix: Remove dependency installation step for offline builds in kub-deploy.yml
Build and Deploy to Kubernetes / build-and-deploy (push) Failing after 1m4s
Build and Deploy to Kubernetes / build-and-deploy (push) Failing after 1m4s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user