Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 623 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 623 Bytes

Dockerfile

Clone the Dockerfile you want in your proyect or pipeline

Dockerfiles

Uses

On Github Actions

- 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 .