Clone the Dockerfile you want in your proyect or pipeline
- Node
- Express.js
node/express
- Web App (Angular, Vue, React, etc)
node/webapp
- Express.js
- Python
- Django
python/django
- Django
- name: Clone Dockerfile repo
uses: uses: actions/checkout@v2
with:
repository: 'hmanzur/Dockerfile'
ref: 'my/branch'
- name: Let's build
run: docker build -t my-image .