Only build container as far as production
This commit is contained in:
parent
4917a0fd95
commit
21fb994445
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ container:
|
|||
DOCKER_BUILDKIT: 1
|
||||
stage: test
|
||||
script:
|
||||
- docker build -t website .
|
||||
- docker build -t website --target production .
|
||||
|
||||
.python_test_template: &python_test_template
|
||||
image: python:3.10
|
||||
|
|
Loading…
Reference in a new issue