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 .