Compare commits
1 Commits
760b67b9e8
...
05c69bc89b
| Author | SHA1 | Date | |
|---|---|---|---|
| 05c69bc89b |
5
Makefile
5
Makefile
@ -14,10 +14,7 @@ OWNER := unkin
|
|||||||
|
|
||||||
# Build the Docker image (without tags)
|
# Build the Docker image (without tags)
|
||||||
build:
|
build:
|
||||||
docker build \
|
docker build --network=host -t $(REGISTRY)/$(OWNER)/$(IMAGE_NAME) .
|
||||||
--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