8 lines
166 B
Makefile
8 lines
166 B
Makefile
VERSION=$(shell date --iso)
|
|
|
|
all:
|
|
./run-docker.sh build --base debian --version 0.0.$(VERSION)
|
|
|
|
push:
|
|
./run-docker.sh push --base debian --version 0.0.$(VERSION)
|