Enable caching of layers in docker image builds

This commit is contained in:
James Mills 2023-03-18 18:18:37 +10:00
parent 5b82d79c90
commit 479481794d
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

View File

@ -34,6 +34,7 @@ steps:
settings: settings:
repo: prologic/zs repo: prologic/zs
tags: latest tags: latest
cache: true
build_args: build_args:
- VERSION=latest - VERSION=latest
- COMMIT=${DRONE_COMMIT_SHA:0:8} - COMMIT=${DRONE_COMMIT_SHA:0:8}