ci: fix dockerfile path
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
760d118240
commit
262ed88922
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,8 @@ steps:
|
|||
password:
|
||||
from_secret: DOCKERHUB_PASSWORD
|
||||
cache_from: "glenux/service-monica:latest_${DRONE_BRANCH/\\//-}"
|
||||
context: .
|
||||
dockerfile: docker/Dockerfile
|
||||
repo: glenux/service-monica
|
||||
tags: "${DRONE_COMMIT_SHA:0:8}"
|
||||
purge: false
|
||||
|
@ -41,6 +43,8 @@ steps:
|
|||
password:
|
||||
from_secret: DOCKERHUB_PASSWORD
|
||||
cache_from: "glenux/service-monica:latest_${DRONE_BRANCH/\\//-}"
|
||||
context: .
|
||||
dockerfile: docker/Dockerfile
|
||||
repo: glenux/service-monica
|
||||
tags: "latest_${DRONE_BRANCH/\\//-}"
|
||||
purge: false
|
||||
|
@ -58,6 +62,8 @@ steps:
|
|||
password:
|
||||
from_secret: DOCKERHUB_PASSWORD
|
||||
cache_from: "glenux/service-monica:latest_${DRONE_BRANCH/\\//-}"
|
||||
context: .
|
||||
dockerfile: docker/Dockerfile
|
||||
repo: glenux/service-monica
|
||||
tags: latest
|
||||
purge: false
|
||||
|
|
Loading…
Reference in a new issue