latest, seems to sort of work
This commit is contained in:
7
Makefile
7
Makefile
@@ -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) .
|
||||
|
||||
Reference in New Issue
Block a user