diff --git a/.drone.yml b/.drone.yml index ef7706d..a24f7b6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,6 +14,8 @@ steps: - name: build path: /drone/src/build settings: + cache_from: + "dutchellie/${DRONE-REPO_NAME}:${DRONE_BRANCH}-latest" username: from_secret: org_docker_username password: @@ -22,6 +24,7 @@ steps: repo: dutchellie/${DRONE_REPO_NAME} tags: - ${DRONE_BRANCH}-${DRONE_COMMIT_SHA:0:8} + - ${DRONE_BRANCH}-latest - name: deploy image: pelotech/drone-helm3 settings: