1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00

ci(makefile): we have no secrets here

هذا الالتزام موجود في:
Adam Cooke
2021-07-26 17:52:57 +00:00
الأصل dcd5716d28
التزام 5f515d0461

عرض الملف

@@ -58,7 +58,6 @@ endif
DOCKER_BUILD_CMD = DOCKER_BUILDKIT=1 docker \
build $(if $(TTY),,--progress plain) \
--build-arg VERSION=$(VERSION) \
--secret "id=bundle_config,src=$(BUNDLE_CONFIG)" \
.
DOCKER_CI_BUILD_CMD = $(DOCKER_BUILD_CMD) --target=ci