install docker

This commit is contained in:
Arya Kiran 2023-08-30 19:29:30 +05:30
parent 33233e0482
commit a6bdb4fb3f
No known key found for this signature in database
GPG key ID: 842D12BDA50DF120

View file

@ -8,6 +8,9 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v3
- name: Install docker
uses: papodaca/install-docker-action@main
- name: Log in to registry
uses: docker/login-action@v2
with: