1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-04 13:15:24 +00:00

Fix not building from cache image.

This commit is contained in:
Nigel Gott 2022-03-02 15:21:38 +00:00
parent 8c6506764e
commit a59c51fdba

View file

@ -116,6 +116,7 @@
# cache any future ci pipeline runs.
docker build \
--build-arg BUILDKIT_INLINE_CACHE=1 \
$CACHE_FROM_BUILD_ARGS \
$EXTRA_BUILD_ARGS \
$IMAGE_LABELS \
--target dev \