Compare commits
1 Commits
05c69bc89b
...
760b67b9e8
| Author | SHA1 | Date | |
|---|---|---|---|
| 760b67b9e8 |
5
Makefile
5
Makefile
@ -14,7 +14,10 @@ OWNER := unkin
|
|||||||
|
|
||||||
# Build the Docker image (without tags)
|
# Build the Docker image (without tags)
|
||||||
build:
|
build:
|
||||||
docker build --network=host -t $(REGISTRY)/$(OWNER)/$(IMAGE_NAME) .
|
docker build \
|
||||||
|
--network=host \
|
||||||
|
--build-arg NFPM_VERSION=$(NFPM_VERSION) \
|
||||||
|
-t $(REGISTRY)/$(OWNER)/$(IMAGE_NAME) .
|
||||||
|
|
||||||
# Tag the Docker image with the Git commit hash, the date, and 'latest'
|
# Tag the Docker image with the Git commit hash, the date, and 'latest'
|
||||||
tag:
|
tag:
|
||||||
|
|||||||
Reference in New Issue
Block a user