diff --git a/Makefile b/Makefile index 87646fc..06fa735 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,8 @@ endif @$(eval COMPONENT := $(FILE:%.wasm=%)) @$(eval DESCRIPTION := $(shell head -n 3 "lib/${FILE}.md" | tail -n 1)) @$(eval REVISION := $(shell git rev-parse HEAD)$(shell git diff --quiet HEAD && echo "+dirty")) - @$(eval TAG := $(shell echo "${VERSION}" | sed 's/[^a-zA-Z0-9_.\-]/--/g')) + @$(eval TAG := $(shell echo "${VERSION#v}" | tr '+' '_')) + @echo "::group::${FILE} -> ${REPOSITORY}/${COMPONENT}:${TAG}" @DIGEST=$$( \