Skip to content

Commit 1d83508

Browse files
committed
agent: fix ci
1 parent a0ebeaa commit 1d83508

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

agent/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ docker-setup:
6868

6969
.PHONY: docker-build-only
7070
docker-build-only:
71-
@TAGS="-t $(REGISTRY)/$(AGENT_IMAGE):$(shell date +%y.%m.%d-%H%M%S)-$(COMMIT_SHORT_SHA) $(TAGS)"
72-
@echo "Building skyhook-agent docker image with tags: $(TAGS)"
73-
docker buildx build $(BUILD_ARGS) --platform linux/amd64,linux/arm64 $(TAGS) -f docker/Dockerfile .
71+
@ACTUAL_TAGS="-t $(REGISTRY)/$(AGENT_IMAGE):$(shell date +%y.%m.%d-%H%M%S)-$(COMMIT_SHORT_SHA) $(TAGS)"
72+
@echo "Building skyhook-agent docker image with tags: $(ACTUAL_TAGS)"
73+
docker buildx build $(BUILD_ARGS) --platform linux/amd64,linux/arm64 $(ACTUAL_TAGS) -f docker/Dockerfile .
7474

7575
##@ Docker Build
7676
.PHONY: docker-build

0 commit comments

Comments
 (0)