feat(make): Standardize creation date
This commit is contained in:
2
Makefile
2
Makefile
@@ -13,7 +13,7 @@ help:
|
||||
|
||||
build:
|
||||
@docker build --tag=cdalvaro/docker-salt-master:latest . \
|
||||
--build-arg=BUILD_DATE="$(shell date +"%Y-%m-%d %H:%M:%S%:z")" \
|
||||
--build-arg=BUILD_DATE="$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")" \
|
||||
--build-arg=VCS_REF="$(shell git rev-parse --short HEAD)"
|
||||
|
||||
release: build
|
||||
|
||||
Reference in New Issue
Block a user