Pull existing container to aid build
If layers haven't changed, don't bother rebuilding them
This commit is contained in:
parent
ad255e813d
commit
8ab7e3d70e
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ build_container:
|
|||
before_script:
|
||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
script:
|
||||
- docker pull $CI_REGISTRY_IMAGE:latest # Pull existing image to help with build caching
|
||||
- docker build -t website --target production -t $IMAGE_TAG .
|
||||
- docker push $IMAGE_TAG
|
||||
|
||||
|
|
Loading…
Reference in a new issue