This commit is contained in:
parent
59e6d679f4
commit
8671ca4672
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,8 @@ steps:
|
||||||
--context /drone/src \
|
--context /drone/src \
|
||||||
--dockerfile Dockerfile \
|
--dockerfile Dockerfile \
|
||||||
--destination "$${DESTINATION_PREFIX}:base-$${DRONE_TAG:-$DRONE_COMMIT_BRANCH}"
|
--destination "$${DESTINATION_PREFIX}:base-$${DRONE_TAG:-$DRONE_COMMIT_BRANCH}"
|
||||||
- /kaniko/executor \
|
- >
|
||||||
|
/kaniko/executor \
|
||||||
--cache=true \
|
--cache=true \
|
||||||
--target linters \
|
--target linters \
|
||||||
--context /drone/src \
|
--context /drone/src \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue