ci: improve readability
This commit is contained in:
parent
4ee48f323e
commit
69ad000be7
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ steps:
|
|||
from_secret: DOCKERHUB_USERNAME
|
||||
password:
|
||||
from_secret: DOCKERHUB_PASSWORD
|
||||
cache_from: "glenux/service-nextcloud:${DRONE_BRANCH/\\//-}_latest"
|
||||
cache_from:
|
||||
- "glenux/service-nextcloud:${DRONE_BRANCH/\\//-}_latest"
|
||||
repo: glenux/service-nextcloud
|
||||
tags: "${DRONE_COMMIT_SHA:0:8}"
|
||||
purge: false
|
||||
|
|
Loading…
Reference in a new issue