fix: Add -y for install
This commit is contained in:
parent
82cc5202dd
commit
27d2038b33
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
- name: Install Docker
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install curl
|
||||
apt-get install curl -y
|
||||
curl -fsSL https://get.docker.com | sh
|
||||
|
||||
- name: Build and push image
|
||||
|
Loading…
Reference in New Issue
Block a user