Compare commits

..

1 Commits

Author SHA1 Message Date
a7333194ee test: debug
All checks were successful
Build / build (pull_request) Successful in 5s
2025-01-25 17:44:41 +11:00

View File

@ -8,7 +8,8 @@ REGISTRY := git.query.consul
OWNER := unkin
DATE_TAG := $(shell date +%Y%m%d)
SUFFIX=$(shell basename $$(mktemp -u) | cut -d . -f 2)
GIT_BRANCH=$(shell git branch --show-current)
#GIT_BRANCH=$(shell git branch --show-current)
GIT_BRANCH=$(shell git symbolic-ref --short HEAD 2>/dev/null || echo $$(GITHUB_HEAD_REF))
GIT_COMMIT := $(shell git rev-parse --short HEAD)
# Find all subdirectories under the IMAGES_PATH