From 7fc4d92031b832edb75acd76fd30bc25bd36e963 Mon Sep 17 00:00:00 2001 From: Don Strawsburg Date: Tue, 31 Mar 2026 16:20:55 -0400 Subject: [PATCH] fixing ci --- .gitea/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 6aa45b5..3205f36 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -7,8 +7,11 @@ on: jobs: deploy: - runs-on: ubuntu + runs-on: ubuntu-latest steps: + - name: Install Docker CLI + run: | + apt-get update && apt-get install -y docker.io - uses: actions/checkout@v4 - name: Pull latest images