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
variables:
DOCKER_BUILDKIT: 1
dependencies: []
stage: test
script:
- docker build -t website --target production .