add dockerfile path
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
vincent 2022-05-09 09:19:40 +02:00
parent 6dcb6e3cd8
commit 207c08f1e6

View File

@ -10,13 +10,15 @@ steps:
image: docker:git
commands:
- git clone https://github.com/anatol/pacoloco.git
- ls -la
- name: docker
image: plugins/docker
tags: latest
settings:
repo: ducampsv/docker-archiso-builder
repo: ducampsv/pacoloco
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: ./pacoloco/Dockerfile
context: ./pacoloco
tags: latest