and agaaain,gcp ignore
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is failing

This commit is contained in:
Kasper Juul Hermansen 2022-08-21 00:28:50 +02:00
parent 079c28bf87
commit 1f4f5ae181
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -37,6 +37,8 @@ build_target "builder"
docker build \ docker build \
-t "$tag" \ -t "$tag" \
--cache-from "$base_tag-deps:latest" \
--cache-from "$base_tag-builder:latest" \
--build-arg BUILDKIT_INLINE_CACHE=1 \ --build-arg BUILDKIT_INLINE_CACHE=1 \
--cache-from $latest_tag \ --cache-from $latest_tag \
-f "$TMP/build_release.Dockerfile" . -f "$TMP/build_release.Dockerfile" .