fix path to dockerfile
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
0ff26ba799
commit
5e81544aba
|
@ -18,8 +18,9 @@ steps:
|
||||||
from_secret: DOCKER_REGISTRY_USERNAME
|
from_secret: DOCKER_REGISTRY_USERNAME
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKER_REGISTRY_PASSWORD
|
from_secret: DOCKER_REGISTRY_PASSWORD
|
||||||
repo: docker.bics.ga/reivilibre/drone-cache
|
repo: docker.bics.ga/reivilibre/custom_drone_cache
|
||||||
registry: docker.bics.ga
|
registry: docker.bics.ga
|
||||||
|
dockerfile: drone-cache/Dockerfile
|
||||||
tags: # TODO add more tags if we need them.
|
tags: # TODO add more tags if we need them.
|
||||||
- latest
|
- latest
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue