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:
|
||||
docker build \
|
||||
--network=host \
|
||||
--build-arg NFPM_VERSION=$(NFPM_VERSION) \
|
||||
-t $(REGISTRY)/$(OWNER)/$(IMAGE_NAME) .
|
||||
docker build --network=host -t $(REGISTRY)/$(OWNER)/$(IMAGE_NAME) .
|
||||
|
||||
# Tag the Docker image with the Git commit hash, the date, and 'latest'
|
||||
tag:
|
||||
|
||||
Reference in New Issue
Block a user