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
|
image: docker:latest
|
||||||
options: --privileged
|
options: --privileged
|
||||||
steps:
|
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
|
- name: Start Docker daemon with insecure registry
|
||||||
run: |
|
run: |
|
||||||
mkdir -p /etc/docker
|
mkdir -p /etc/docker
|
||||||
|
|||||||
Reference in New Issue
Block a user