Esta versión de GitHub Enterprise se discontinuó el 2022-10-12. No se realizarán lanzamientos de patch, ni siquiera para problemas de seguridad críticos. Para obtener rendimiento mejorado, seguridad mejorada y nuevas características, actualice a la versión más reciente de GitHub Enterprise. Para obtener ayuda con la actualización, póngase en contacto con el soporte técnico de GitHub Enterprise.
GitHub Actions guides
Estas guías para GitHub Actions incluyen casos de uso y ejemplos específicos que te ayudarán a configurar los flujos de trabajo.
Get started with GitHub Actions
Discover the possibilities of GitHub Actions by creating your first workflow.Comenzar ruta de aprendizaje- 1Información general
Understanding GitHub Actions
Learn the basics of GitHub Actions, including core concepts and essential terminology. - 2Guía paso a paso
Finding and customizing actions
Actions are the building blocks that power your workflow. A workflow can contain actions created by the community, or you can create your own actions directly within your application's repository. This guide will show you how to discover, use, and customize actions. - 3Información general
Características esenciales de Acciones de GitHub
Las GitHub Actions se diseñaron para ayudarte a crear automatizaciones robustas y dinámicas. Esta guía te mostrará cómo crear flujos de trabajo de GitHub Actions que incluyan variables de ambiente, scripts personalizados, y más. - 4Información general
About workflows
Get a high-level overview of GitHub Actions workflows, including triggers, syntax, and advanced features. - 5Información general
Security hardening for GitHub Actions
Good security practices for using GitHub Actions features.
GitHub Actions learning paths
Build and test code
You can create custom continuous integration (CI) workflows right in your repository.
Automate your deployments
Learn how to automate release publishing for your project with a custom continuous deployment (CD) workflow in GitHub Actions.
Deploy to the cloud
Learn how to use GitHub Actions to build an application and deploy it to various cloud-based platforms.
Adopt GitHub Actions for your enterprise
Learn how to plan and implement a rollout of GitHub Actions in your enterprise.
Host your own runners
You can create self-hosted runners to run workflows in a highly customizable environment.
Create an action
Do you have an idea for a new action? Have you built something custom for your project? Learn how to build shareable actions and publish them to GitHub Marketplace.
All GitHub Actions guides
Quickstart for GitHub Actions
Guía de inicio rápidoTry out the features of GitHub Actions in 5 minutes or less.
- Fundamentals
Understanding GitHub Actions
Información generalLearn the basics of GitHub Actions, including core concepts and essential terminology.
- Fundamentals
Creación de una acción de contenedor de Docker
TutorialEsta guía te muestra los pasos mínimos necesarios para desarrollar una acción de contenedor Docker.
- Action development
- Docker
Utilizar flujos de trabajo iniciales
TutorialGitHub Enterprise Server proporciona flujos de trabajo iniciales para varios lenguajes y herramientas.
- Workflows
- CI
- CD
Crear y probar en Python
TutorialPuedes crear un flujo de trabajo de integración continua (CI) para construir y probar tu proyecto de Python.
- CI
- Python
Crear y probar en Node.js
TutorialPuedes crear un flujo de trabajo de integración continua (CI) para construir y probar tu proyecto Node.js.
- CI
- Node
- JavaScript
Acerca del empaquetado con Acciones de GitHub
Información generalPuedes configurar flujos de trabajo en GitHub Actions para generar paquetes y cargarlos en GitHub Packages u otro proveedor de alojamiento del paquete.
- Packaging
Publishing Docker images
TutorialYou can publish Docker images to a registry, such as Docker Hub or GitHub Packages, as part of your continuous integration (CI) workflow.
- Packaging
- Publishing
- Docker
Acerca de la integración continua
Información generalCon GitHub Actions, puedes crear flujos de trabajo de integración continua (IC) directamente en tu repositorio de GitHub.
- CI