Skip to main content

Using containerized services

You can use containerized services in your GitHub Actions workflows.

创建 Docker 容器操作

本教程将介绍如何生成 Docker 容器操作。

Communicating with Docker service containers

Learn how to use Docker service containers to connect databases, web services, memory caches, and other tools to your workflow.

创建 PostgreSQL 服务容器

您可以创建 PostgreSQL 服务容器用于您的工作流程。 本指南举例说明如何为容器中运行或直接在运行器机器上运行的作业创建 PostgreSQL 服务。

创建 Redis 服务容器

您可以使用服务容器在工作流程中创建 Redis 客户端。 本指南举例说明如何为容器中运行或直接在运行器机器上运行的作业创建 Redis 服务。