We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21dbd33 commit cab2b8eCopy full SHA for cab2b8e
Makefile
@@ -34,7 +34,7 @@ build: clean test
34
image-build:
35
DOCKER_BUILDKIT=1 $(CONTAINER_BUILD) \
36
-f Dockerfile \
37
- --build-arg LATEST_RELEASE=$(curl -s "https://api.github.com/repos/stacklok/codegate-ui/releases/latest" | grep '"zipball_url":' | cut -d '"' -f 4) \
+ --build-arg LATEST_RELEASE=$(shell curl -s "https://api.github.com/repos/stacklok/codegate-ui/releases/latest" | grep '"zipball_url":' | cut -d '"' -f 4) \
38
--build-arg CODEGATE_VERSION="$(shell git describe --tags --abbrev=0)-$(shell git rev-parse --short HEAD)-dev" \
39
-t codegate \
40
. \
0 commit comments