Skip to content

Commit a939ece

Browse files
committed
feat(ci): adding docker build ci job for as pr gate
1 parent df39c0f commit a939ece

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,9 @@ include:
3434
use_cursor_cli: true
3535
rules_condition: $CI_MERGE_REQUEST_IID != null && $GITLAB_USER_NAME != "SealBot" && $CI_MERGE_REQUEST_EVENT_TYPE != "merge_train"
3636
rules_when: always
37-
# TODO: Uncomment when v2 is resolved with commit_hash
38-
# - component: gitlab.com/flarenetwork/ci-components-private/release-image@1
39-
# inputs:
40-
# job_name_suffix: "-gitlab-cr"
41-
# image_name: "verifier-indexer-api"
42-
# image_tag_source: "commit_hash"
43-
# build_tags: ["flarenetwork-md"]
44-
# stage: build
45-
# push_to_staging: true
46-
# push_to_production_on_protected: false
47-
# staging_registry: "registry.gitlab.com/flarenetwork/fdc"
48-
# rules_condition: $CI_MERGE_REQUEST_IID != null
37+
- component: gitlab.com/flarenetwork/infra-public/ci-components/test-docker-build@test-docker-build
38+
inputs:
39+
push_to_artifact_registry: true
4940

5041
build-app:
5142
stage: build

0 commit comments

Comments
 (0)