mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-12 19:42:55 +01:00
12 lines
312 B
YAML
12 lines
312 B
YAML
.build_and_push:
|
|
stage: custom
|
|
needs: []
|
|
script:
|
|
- ./scripts/lib/custom-docker-build
|
|
rules:
|
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
|
variables:
|
|
PUSH_CUSTOM_IMAGE: "false"
|
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
variables:
|
|
PUSH_CUSTOM_IMAGE: "true"
|