Add -y flag.

This commit is contained in:
Annika Merris 2024-01-31 22:57:32 -05:00
parent 726e0cf5e1
commit 08137acfe3

View file

@ -16,7 +16,7 @@ jobs:
- name: Install docker
run: |
apt-get update
apt-get install docker
apt-get install -y docker
- name: Login to docker repo
uses: docker/login-action@v3
with: