add jami-jams v3.2
This commit is contained in:
15
jams/Makefile
Normal file
15
jams/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
VERSION=3.2
|
||||
IMAGE=jams
|
||||
ifneq ($(REGISTRY),)
|
||||
_REGISTRY =$(REGISTRY)/
|
||||
endif
|
||||
|
||||
.PHONY: build push all
|
||||
|
||||
build:
|
||||
docker build -t $(REGISTRY)/$(IMAGE):$(VERSION) .
|
||||
|
||||
push:
|
||||
docker push $(REGISTRY)/$(IMAGE):$(VERSION)
|
||||
|
||||
all: build push
|
Reference in New Issue
Block a user