From 5f8373b5ef481f3b4830a8fb74fa6bf896416b40 Mon Sep 17 00:00:00 2001 From: SpecialX <47072643+wangxiner55@users.noreply.github.com> Date: Fri, 19 Dec 2025 14:35:09 +0800 Subject: [PATCH] fix: remove docker cli installation --- .gitea/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 546958c..647b743 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -53,11 +53,6 @@ jobs: with: name: next-build - - name: Install Docker CLI - run: | - apt-get update - apt-get install -y docker.io - - name: Deploy to Docker run: | docker build -t nextjs-app .