Compare commits

...

2 Commits

Author SHA1 Message Date
DutchEllie a5c72390b6
Typo in pipeline
continuous-integration/drone/push Build encountered an error Details
2022-07-01 15:12:02 +02:00
DutchEllie 08ad2f54a9
Caching pipeline 2022-07-01 15:09:45 +02:00
1 changed files with 4 additions and 1 deletions

View File

@ -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:
@ -35,7 +38,7 @@ steps:
values:
- "image=dutchellie/${DRONE_REPO_NAME}:${DRONE_BRANCH}-${DRONE_COMMIT_SHA:0:8}"
- "baseURL=${DRONE_BRANCH}.${DRONE_REPO_NAME}.ci.dutchellie.nl"
- "name={DRONE_REPO_NAME}-${DRONE_BRANCH}"
- "name=${DRONE_REPO_NAME}-${DRONE_BRANCH}"
kube_api_server:
from_secret: org_api_server
kube_token: