From b22fd417b6772b5dcde30658a679ab4fff7c6a55 Mon Sep 17 00:00:00 2001 From: imterah Date: Tue, 24 Dec 2024 10:14:24 -0500 Subject: [PATCH] fix: Attempts to add Docker installation. --- .forgejo/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 1e46880..ce63a10 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -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: