fix: Add -y for install
This commit is contained in:
parent
82cc5202dd
commit
27d2038b33
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -14,9 +14,9 @@ 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
|
||||
uses: elgohr/Publish-Docker-Github-Action@v5
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user