Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
feat(ci): Use kaniko to build the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
aexvir authored Feb 11, 2020
1 parent c4bd1ab commit e005400
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variables:

include:
- 'https://ci-files.skypicker.com/templates/build/black.yml'
- 'https://ci-files.skypicker.com/templates/build/docker_build.yml'
- 'https://ci-files.skypicker.com/templates/build/kaniko.yml'
- 'https://ci-files.skypicker.com/templates/build/pre_commit.yml'
- 'https://ci-files.skypicker.com/templates/linters/commit_style.yml'
- 'https://ci-files.skypicker.com/templates/release/release_latest.yml'
Expand All @@ -23,8 +23,7 @@ include:
- 'https://ci-files.skypicker.com/templates/test/sast.yml'

docker_build:
services:
- docker:19.03-dind
extends: .kaniko-build

dependency_scanning:
tags: []
Expand Down

0 comments on commit e005400

Please sign in to comment.