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
|
from_secret: DOCKERHUB_USERNAME
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKERHUB_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
|
repo: glenux/service-nextcloud
|
||||||
tags: "${DRONE_COMMIT_SHA:0:8}"
|
tags: "${DRONE_COMMIT_SHA:0:8}"
|
||||||
purge: false
|
purge: false
|
||||||
|
|
Loading…
Reference in a new issue