mirror of
https://gitlab.com/alemaire/buildx.git
synced 2025-01-17 13:58:19 +00:00
Update matrix-webhook/Dockerfile, matrix-webhook/Makefile files
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user