Include uncommitted changes in image hash
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
TAG_UNIQUE_ID=`git ls-tree HEAD | sha256sum | cut -c-16`
|
||||
TAG_UNIQUE_ID=`(git ls-tree HEAD; git diff-index HEAD) | sha256sum | cut -c-16`
|
||||
TAG_NAME="${TARGET_NAME}_${TAG_UNIQUE_ID}"
|
||||
OUT_DIR="out_$TARGET_NAME"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user