ci: improve readability

This commit is contained in:
Glenn Y. Rolland 2024-08-13 20:05:09 +02:00
parent 4ee48f323e
commit 69ad000be7

View file

@ -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