Permalink
Switch branches/tags
Nothing to show
Find file
ae5d2e8 Jun 1, 2016
6 lines (4 sloc) 116 Bytes
build-%: %
docker build -f $< -t quintype/docker-base:$< .
push-%: % build-%
docker push quintype/docker-base:$<