Skip to content

Commit 2469c2a

Browse files
committed
agent: fix container ci
1 parent 702f46f commit 2469c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ docker-setup:
6666
docker buildx create --platform linux/amd64,linux/arm64 --use builder
6767
docker run --privileged --rm tonistiigi/binfmt --install amd64,arm64
6868

69-
ACTUAL_TAGS=-t $(REGISTRY)/$(AGENT_IMAGE):$(shell date +%y.%m.%d-%H%M%S)-$(COMMIT_SHORT_SHA) $(TAGS)
69+
ACTUAL_TAGS=$(shell echo "-t $(REGISTRY)/$(AGENT_IMAGE):$(shell date +%y.%m.%d-%H%M%S)-$(COMMIT_SHORT_SHA) $(TAGS)" | tr A-Z a-z)
7070
.PHONY: docker-build-only
7171
docker-build-only:
7272
@echo "Building skyhook-agent docker image with tags: $(ACTUAL_TAGS)"

0 commit comments

Comments
 (0)