mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-16 18:07:47 +00:00
Fix not building from cache image.
This commit is contained in:
parent
8c6506764e
commit
a59c51fdba
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@
|
||||||
# cache any future ci pipeline runs.
|
# cache any future ci pipeline runs.
|
||||||
docker build \
|
docker build \
|
||||||
--build-arg BUILDKIT_INLINE_CACHE=1 \
|
--build-arg BUILDKIT_INLINE_CACHE=1 \
|
||||||
|
$CACHE_FROM_BUILD_ARGS \
|
||||||
$EXTRA_BUILD_ARGS \
|
$EXTRA_BUILD_ARGS \
|
||||||
$IMAGE_LABELS \
|
$IMAGE_LABELS \
|
||||||
--target dev \
|
--target dev \
|
||||||
|
|
Loading…
Add table
Reference in a new issue