mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-13 03:52:55 +01:00
Overwrite DinD stuff
This commit is contained in:
parent
afd1b5706d
commit
ad09895e47
1 changed files with 17 additions and 14 deletions
|
|
@ -25,17 +25,20 @@
|
||||||
- ./scripts/custom-docker-push
|
- ./scripts/custom-docker-push
|
||||||
|
|
||||||
.build-with-kaniko:
|
.build-with-kaniko:
|
||||||
needs: []
|
needs: []
|
||||||
tags:
|
tags:
|
||||||
- gitlab-org
|
- gitlab-org
|
||||||
stage: kaniko
|
stage: kaniko
|
||||||
resource_group: ${CI_COMMIT_REF_SLUG}_${CI_JOB_NAME}
|
resource_group: ${CI_COMMIT_REF_SLUG}_${CI_JOB_NAME}
|
||||||
image: registry.gitlab.com/gitlab-org/frontend/frontend-build-images/build-image
|
image: registry.gitlab.com/gitlab-org/frontend/frontend-build-images/build-image
|
||||||
script:
|
script:
|
||||||
- ./scripts/kaniko-image-build "$CI_JOB_NAME"
|
- ./scripts/kaniko-image-build "$CI_JOB_NAME"
|
||||||
rules:
|
rules:
|
||||||
- changes:
|
- changes:
|
||||||
- ${CI_JOB_NAME}/*
|
- ${CI_JOB_NAME}/*
|
||||||
- scripts/kaniko-image-build
|
- scripts/kaniko-image-build
|
||||||
when: always
|
when: always
|
||||||
- when: manual
|
- when: manual
|
||||||
|
# Overwriting DinD stuff
|
||||||
|
services: []
|
||||||
|
before_script: []
|
||||||
Loading…
Add table
Add a link
Reference in a new issue