Fastlane
This commit is contained in:
parent
b0a1b51871
commit
376a9cbec2
@ -18,6 +18,8 @@ stages:
|
||||
- docker pull $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG || true
|
||||
- docker build --cache-from $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG -t $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG .
|
||||
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
|
||||
tags:
|
||||
- docker
|
||||
|
||||
updateContainer:
|
||||
extends: .updateContainerJob
|
||||
@ -53,6 +55,9 @@ ensureContainer:
|
||||
artifacts:
|
||||
paths:
|
||||
- app/build/outputs
|
||||
tags:
|
||||
- docker
|
||||
|
||||
|
||||
buildDebug:
|
||||
extends: .build_job
|
||||
|
Loading…
Reference in New Issue
Block a user