This project demonstrates a simple Node.js app that is Dockerized and automatically pushed to Docker Hub using GitHub Actions.
index.js.github/workflows/docker.yml GitHub Actions workflowDOCKER_USERNAME and DOCKER_PASSWORD for secure loginWhenever you push to main, the workflow:
latestgit clone [email protected]:ritesh355/node-docker-push.git
cd node-docker-push
docker build -t ritesh355/node-docker-push .
docker run -p 3000:3000 ritesh355/node-docker-push
Content type
Image
Digest
sha256:55da522c5…
Size
42.9 MB
Last updated
about 1 year ago
docker pull ritesh355/node-docker-push