latest
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jeffrey Paul 2022-12-09 00:50:29 +04:00
parent 69b806fcf5
commit e416d60a49
1 changed files with 3 additions and 1 deletions

View File

@ -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)