fix: remove docker cli installation
Some checks failed
CI / build-and-test (push) Successful in 1m17s
CI / deploy (push) Failing after 12s

This commit is contained in:
SpecialX
2025-12-19 14:35:09 +08:00
parent 0fb25ea395
commit 5f8373b5ef

View File

@@ -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 .