Update matrix-webhook/Dockerfile, matrix-webhook/Makefile files

This commit is contained in:
2021-05-17 11:47:39 +00:00
parent 8c6ed3d881
commit 2f2aba2f94
2 changed files with 32 additions and 2 deletions

View File

@ -1,5 +1,5 @@
NAMESPACE=alemairebe
VERSION=0.0.1
VERSION=0.0.2
IMAGE=matrix-webhook
@ -16,4 +16,5 @@ build:
--cache-from=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \
--cache-to=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \
--tag ${NAMESPACE}/${IMAGE}:$(VERSION) \
--tag ${CI_REGISTRY_IMAGE}/${IMAGE}:$(VERSION) matrix-appservice-webhooks-master
--tag ${CI_REGISTRY_IMAGE}/${IMAGE}:$(VERSION) \
-f Dockerfile matrix-appservice-webhooks-master