Build apollo image with kaniko

This commit is contained in:
Lukas Eipert 2022-02-21 18:12:20 +01:00
parent 596d6b643d
commit 46525cfcd9
4 changed files with 5 additions and 1 deletions

View file

@ -30,7 +30,7 @@
- gitlab-org
stage: kaniko
resource_group: ${CI_COMMIT_REF_SLUG}_${CI_JOB_NAME}
image: registry.gitlab.com/gitlab-org/gitlab-build-images/unstable/kaniko:1.0.0-eb588d0f
image: registry.gitlab.com/gitlab-org/gitlab-build-images/unstable/kaniko:1.0.0-596d6b64
script:
- pwd
- ls

4
apollo/.gitlab-ci.yml Normal file
View file

@ -0,0 +1,4 @@
apollo:
extends: .build-with-kaniko
stage: kaniko

0
apollo/README.md Normal file
View file