This commit is contained in:
4
Makefile
4
Makefile
@@ -8,7 +8,7 @@ BRANCH := $(shell git branch --show-current)
|
||||
RN := sneak/builder
|
||||
export DOCKER_IMAGE_CACHE_DIR := $(HOME)/Library/Caches/Docker/$(APPNAME)-$(ARCH)
|
||||
|
||||
.PHONY: default save build
|
||||
.PHONY: default save build
|
||||
|
||||
default: save
|
||||
|
||||
@@ -42,3 +42,5 @@ push:
|
||||
docker push $(RN):$(GITREV)
|
||||
docker push $(RN):latest
|
||||
docker push $(RN):$(shell git branch --show-current)
|
||||
docker push $(RN):$(shell date -u +%Y-%m-%d)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user