Enable Drone CI cache
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Amab 2023-10-22 09:04:38 +02:00
parent 9ca7da0289
commit b3604384fd
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
kind: pipeline
type: docker
name: default
steps:
@ -12,3 +13,4 @@ steps:
from_secret: docker_password
repo: git.cuernodehipnos.es/marown/android-sdk-docker
tags: latest
cache_from: "git.cuernodehipnos.es/marown/android-sdk-docker:latest"