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