Skip to content

Commit

Permalink
Update Github issues link in makefile.include (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelemc authored Oct 31, 2024
1 parent ecac65f commit 536877e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ docker-build-image-copy:

docker-build-common: docker-clean-build docker-pre-build
@if [ -z "$$IMAGE" ]; then echo "ERROR: No IMAGE specified"; exit 1; fi
@if [ "$(IMAGE)" = "$(VERSION)" ]; then echo "ERROR: Incorrect version string ($(IMAGE)). The regexp for extracting version information is likely incorrect, check the regexp in the Makefile or open an issue at https://github.com/plajjan/vrnetlab/issues/new including the image file name you are using."; exit 1; fi
@if [ "$(IMAGE)" = "$(VERSION)" ]; then echo "ERROR: Incorrect version string ($(IMAGE)). The regexp for extracting version information is likely incorrect, check the regexp in the Makefile or open an issue at https://github.com/hellt/vrnetlab/issues/new including the image file name you are using."; exit 1; fi
@echo "Building docker image using $(IMAGE) as $(REGISTRY)$(IMG_VENDOR)_$(IMG_NAME):$(VERSION)"
ifeq ($(NOT_VM_IMAGE), 1)
echo "ok"
Expand Down

0 comments on commit 536877e

Please sign in to comment.