fix: reinstall docker cli in deploy container
Some checks failed
CI / build-and-test (push) Successful in 1m31s
CI / deploy (push) Has been cancelled

This commit is contained in:
SpecialX
2025-12-19 14:45:55 +08:00
parent 5f8373b5ef
commit ba66d406dc

View File

@@ -53,6 +53,11 @@ 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 .