apuntes:cicd
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
apuntes:cicd [2025/03/23 17:46] – Santiago Faci | apuntes:cicd [2025/03/25 00:33] (current) – [Publicar una imagen docker en Docker Hub] Santiago Faci | ||
---|---|---|---|
Line 4: | Line 4: | ||
{{ github_actions_logo.png? | {{ github_actions_logo.png? | ||
</ | </ | ||
+ | |||
+ | ===== Testing ====== | ||
+ | |||
+ | Workflow: **Node.js** | ||
<code yaml> | <code yaml> | ||
Line 36: | Line 40: | ||
- run: npm run integration-test | - run: npm run integration-test | ||
</ | </ | ||
+ | |||
+ | ===== Crear una imagen docker ====== | ||
+ | |||
+ | Workflow: **Docker Image** | ||
<code yaml> | <code yaml> | ||
Line 57: | Line 65: | ||
run: docker build . --file Dockerfile --tag cities: | run: docker build . --file Dockerfile --tag cities: | ||
</ | </ | ||
+ | |||
+ | ===== Publicar una imagen docker en Docker Hub ====== | ||
+ | |||
+ | Workflow: **Docker Image** | ||
+ | |||
+ | <code yaml> | ||
+ | </ | ||
+ | |||
+ | ===== Lanzar un análisis de código con Sonarqube ====== | ||
+ | |||
+ | Workflow: **SonarQube** | ||
<code yaml> | <code yaml> |
apuntes/cicd.1742751973.txt.gz · Last modified: 2025/03/23 17:46 by Santiago Faci