Fix GIT_REV build arg expansion in deploy Makefile
This commit is contained in:
parent
81b87f2cc3
commit
51392f9854
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -15,7 +15,7 @@ prod: build tag push
|
||||||
-X POST "$(COOLIFY_PROD_DEPLOY_WEBHOOK)"
|
-X POST "$(COOLIFY_PROD_DEPLOY_WEBHOOK)"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
docker build --build-arg GIT_REV=$(git rev-parse --short HEAD) -t debshots-$(TAG) .
|
docker build --build-arg GIT_REV=$(shell git rev-parse --short HEAD) -t debshots-$(TAG) .
|
||||||
|
|
||||||
tag:
|
tag:
|
||||||
docker tag debshots-$(TAG) $(REGISTRY)/debshots:$(TAG)
|
docker tag debshots-$(TAG) $(REGISTRY)/debshots:$(TAG)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue