fix: remove docker cli installation
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user