fix makefile variable

This commit is contained in:
Blake Blackshear 2022-11-23 06:16:34 -06:00
parent f4187d6b83
commit c568d749da

View File

@ -2,7 +2,7 @@ default_target: local
COMMIT_HASH := $(shell git log -1 --pretty=format:"%h"|tail -1) COMMIT_HASH := $(shell git log -1 --pretty=format:"%h"|tail -1)
VERSION = 0.12.0 VERSION = 0.12.0
IMAGE_OWNER ?= ghcr.io/blakeblackshear/frigate IMAGE_REPO ?= ghcr.io/blakeblackshear/frigate
CURRENT_UID := $(shell id -u) CURRENT_UID := $(shell id -u)
CURRENT_GID := $(shell id -g) CURRENT_GID := $(shell id -g)