Docker build doesn't depend on any artifacts
This commit is contained in:
parent
684bb90707
commit
32412c1172
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ container:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
variables:
|
variables:
|
||||||
DOCKER_BUILDKIT: 1
|
DOCKER_BUILDKIT: 1
|
||||||
|
dependencies: []
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- docker build -t website --target production .
|
- docker build -t website --target production .
|
||||||
|
|
Loading…
Reference in a new issue