Update synapse/Dockerfile, synapse/Makefile files

This commit is contained in:
2021-04-29 16:35:16 +00:00
parent 7fef6bf63a
commit 9040815ab9
2 changed files with 155 additions and 1 deletions

View File

@ -17,4 +17,4 @@ build:
--cache-from=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \
--cache-to=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \
--tag ${CI_REGISTRY_IMAGE}/${IMAGE}:$(VERSION) \
-f ${IMAGE}-${VERSION}/docker/Dockerfile ${IMAGE}-${VERSION}
-f Dockerfile ${IMAGE}-${VERSION}