mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 11:02: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
|
||||
|
||||
.build-with-kaniko:
|
||||
needs: []
|
||||
tags:
|
||||
- gitlab-org
|
||||
stage: kaniko
|
||||
resource_group: ${CI_COMMIT_REF_SLUG}_${CI_JOB_NAME}
|
||||
image: registry.gitlab.com/gitlab-org/frontend/frontend-build-images/build-image
|
||||
script:
|
||||
- ./scripts/kaniko-image-build "$CI_JOB_NAME"
|
||||
rules:
|
||||
- changes:
|
||||
- ${CI_JOB_NAME}/*
|
||||
- scripts/kaniko-image-build
|
||||
when: always
|
||||
- when: manual
|
||||
needs: []
|
||||
tags:
|
||||
- gitlab-org
|
||||
stage: kaniko
|
||||
resource_group: ${CI_COMMIT_REF_SLUG}_${CI_JOB_NAME}
|
||||
image: registry.gitlab.com/gitlab-org/frontend/frontend-build-images/build-image
|
||||
script:
|
||||
- ./scripts/kaniko-image-build "$CI_JOB_NAME"
|
||||
rules:
|
||||
- changes:
|
||||
- ${CI_JOB_NAME}/*
|
||||
- scripts/kaniko-image-build
|
||||
when: always
|
||||
- when: manual
|
||||
# Overwriting DinD stuff
|
||||
services: []
|
||||
before_script: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue