19 comments (19 comments)0 reactions (0 reactions)1 assignee (1 assignee)JavaScript13 forks (13 forks)auto 404
B prioritybountyenhancementgood first issuehelp wanted
Repository metrics
- Stars
- 6 stars (6 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
- create build on docker hub when Github gets updated (pushed)
- use Doichain dApp version as automatic docker tag version
Contributor guide
- Research direction
- Create a GitHub Actions workflow file (e.g., .github/workflows/docker build.yml) that triggers on push to main branch. Set up steps to build the Docker image using a Dockerfile and push it to Docker Hub. Read the existing Doichain dApp Dockerfile and CI config. Use the repository's version from package.json as the Docker image tag.
- Tech stack
- javascriptdockergithub actions
- Domain
- devopsci cd
- Issue type
- Feature
- Prerequisites
- GitDocker