https://github.com/odevthomas/docker-node-publish
Desafio 2: Publicação Automática de Imagem Docker no Docker Hub
https://github.com/odevthomas/docker-node-publish
Last synced: about 1 month ago
JSON representation
Desafio 2: Publicação Automática de Imagem Docker no Docker Hub
- Host: GitHub
- URL: https://github.com/odevthomas/docker-node-publish
- Owner: odevthomas
- Created: 2025-04-10T16:19:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-04-10T16:47:32.000Z (11 months ago)
- Last Synced: 2025-04-10T23:40:56.564Z (11 months ago)
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Projeto Docker Node
Este projeto faz parte do desafio de publicação automática no Docker Hub usando GitHub Actions.
[](https://github.com/odevthomas/docker-node-publish/actions/workflows/docker-publish.yml)
## 🧩 Objetivo
- Construir automaticamente uma imagem Docker a partir do projeto.
- Fazer login no Docker Hub usando secrets do GitHub.
- Publicar a imagem no Docker Hub a cada push na branch `main`.
## 🔧 Tecnologias
- Node.js 18
- Docker
- GitHub Actions
## 📦 Como rodar localmente
```bash
npm install
npm start