8 lines
204 B
Makefile
8 lines
204 B
Makefile
all: build push
|
|
|
|
build:
|
|
docker build -t git.autonomic.zone/autonomic-cooperative/docker-debugging-disco:0.1.0 .
|
|
|
|
push:
|
|
docker push git.autonomic.zone/autonomic-cooperative/docker-debugging-disco:0.1.0
|