mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-10 05:07:26 +01:00
Merge pull request #448 from rtzoeller/eager_tag
Eagerly evaluate TAG, to ensure it's consistent
This commit is contained in:
commit
0025970269
2
Makefile
2
Makefile
@ -44,7 +44,7 @@ ifeq ("$(CIRCLECI)", "true")
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Tag images with date and Git short hash in addition to revision
|
# Tag images with date and Git short hash in addition to revision
|
||||||
TAG = $(shell date '+%Y%m%d')-$(shell git rev-parse --short HEAD)
|
TAG := $(shell date '+%Y%m%d')-$(shell git rev-parse --short HEAD)
|
||||||
|
|
||||||
#
|
#
|
||||||
# images: This target builds all IMAGES (because it is the first one, it is built by default)
|
# images: This target builds all IMAGES (because it is the first one, it is built by default)
|
||||||
|
Loading…
Reference in New Issue
Block a user