mirror of
https://github.com/elyby/accounts.git
synced 2024-11-30 02:32:26 +05:30
Slightly improved configuration for gitlab-ci [skip ci]
This commit is contained in:
parent
663cfd9dbc
commit
25df1c711a
@ -82,7 +82,7 @@ build:production:
|
||||
--pull
|
||||
--target web
|
||||
--build-arg "build_env=prod"
|
||||
--cache-from "$APP_IMAGE_NAME:latest"
|
||||
--cache-from "$APP_IMAGE_NAME:$CI_PIPELINE_ID"
|
||||
--cache-from "$WEB_IMAGE_NAME:latest"
|
||||
-t "$WEB_IMAGE_NAME:$CI_PIPELINE_ID" .
|
||||
- >
|
||||
@ -90,7 +90,7 @@ build:production:
|
||||
--pull
|
||||
--target db
|
||||
--build-arg "build_env=prod"
|
||||
--cache-from "$APP_IMAGE_NAME:latest"
|
||||
--cache-from "$APP_IMAGE_NAME:$CI_PIPELINE_ID"
|
||||
--cache-from "$DB_IMAGE_NAME:latest"
|
||||
-t "$DB_IMAGE_NAME:$CI_PIPELINE_ID" .
|
||||
only:
|
||||
@ -138,6 +138,8 @@ release:tag:
|
||||
|
||||
cleanup:
|
||||
stage: cleanup
|
||||
variables:
|
||||
GIT_STRATEGY: none
|
||||
script:
|
||||
- docker rmi "$APP_IMAGE_NAME:$CI_PIPELINE_ID" "$APP_IMAGE_NAME:$VERSION" "$APP_IMAGE_NAME:latest" || true
|
||||
- docker rmi "$WEB_IMAGE_NAME:$CI_PIPELINE_ID" "$WEB_IMAGE_NAME:$VERSION" "$WEB_IMAGE_NAME:latest" || true
|
||||
|
Loading…
Reference in New Issue
Block a user