fix: reinstall docker cli in deploy container
This commit is contained in:
@@ -53,6 +53,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: next-build
|
name: next-build
|
||||||
|
|
||||||
|
- name: Install Docker CLI
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y docker.io
|
||||||
|
|
||||||
- name: Deploy to Docker
|
- name: Deploy to Docker
|
||||||
run: |
|
run: |
|
||||||
docker build -t nextjs-app .
|
docker build -t nextjs-app .
|
||||||
|
|||||||
Reference in New Issue
Block a user