latest, seems to sort of work

This commit is contained in:
2019-08-04 19:02:42 -07:00
parent b8d90f2f8f
commit a1485030e8
3 changed files with 31 additions and 9 deletions

View File

@@ -4,9 +4,4 @@ BRANCH := $(shell git branch | sed -n -e 's/^\* \(.*\)/\1/p')
default: build
build:
script -q ./build.log docker build --no-cache -t sneak/sandbox .
docker tag sneak/sandbox sneak/sandbox:$(YYYYMMDD)
push:
docker push sneak/sandbox
docker push sneak/sandbox:$(YYYYMMDD)
script -q ./build.log docker build --no-cache -t sneak/sandbox:$(YYYYMMDD) .