diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 4160896..776d1a5 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -21,9 +21,6 @@ jobs: shell: sh steps: - - name: Install tools - run: apk add --no-cache git docker-cli curl - - name: Install Docker Buildx (REQUIRED for BuildKit) run: | mkdir -p ~/.docker/cli-plugins @@ -75,9 +72,6 @@ jobs: shell: sh steps: - - name: Install tools - run: apk add --no-cache git curl - - name: Install kubectl run: | K8S_VERSION=$(curl -s https://dl.k8s.io/release/stable.txt)