We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be14649 commit 510a9f2Copy full SHA for 510a9f2
Makefile
@@ -16,7 +16,7 @@ IMAGE ?= spring-config-decryptor
16
TAG ?= latest
17
CLOUD_IMAGE ?= grepplabs/spring-config-decryptor:$(TAG)
18
19
-ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
+ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
20
21
OS_IMAGE ?= local/$(GOOS)-$(GOARCH)/$(BINARY)
22
OS_BIN ?= $(BINARY)-$(GOOS)-$(GOARCH)
0 commit comments