bbj/Makefile

9 lines
157 B
Makefile
Raw Normal View History

2023-03-17 09:02:22 +00:00
IMAGE_NAME = tildegit.org/jdtron/bbj
IMAGE_TAG = latest
image:
docker build -t ${IMAGE_NAME}:${IMAGE_TAG} .
push:
docker push ${IMAGE_NAME}:${IMAGE_TAG}