fix: Attempts to add Docker installation.
Some checks failed
Release code / build (push) Failing after 2m3s

This commit is contained in:
Tera << 8 2024-12-24 10:14:24 -05:00
parent 9d90477ffb
commit b22fd417b6
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37

View file

@ -15,6 +15,9 @@ jobs:
- name: Checkout code using Git
uses: actions/checkout@main
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- name: Log in to Forgejo container registry
uses: https://github.com/docker/login-action@v3
with: