Docker build doesn't depend on any artifacts

This commit is contained in:
Jake Howard 2022-08-03 22:52:51 +01:00
parent 684bb90707
commit 32412c1172
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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 .