GHP publish
This commit is contained in:
13
haproxy/Makefile
Normal file
13
haproxy/Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
VERSION=2.3.1
|
||||
IMAGE=haproxy
|
||||
REGISTRY=registry.0xace.cc
|
||||
|
||||
.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