Skip to content

Commit a21ab2a

Browse files
Update Makefile (max-rocket-internet#29)
1 parent 1b49c0f commit a21ab2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildxbuilder:
1919

2020
.PHONY: image
2121
image:
22-
docker buildx build --builder k8s-event-logger-builder --platform $(PLATFORMS) --sbom=$(WITHSBOM) --push -t $(IMG):$(TAG) .
22+
docker buildx build --builder k8s-event-logger-builder --platform $(PLATFORMS) --sbom=$(WITHSBOM) --push -t $(IMG):$(TAG) -t $(IMG):latest .
2323

2424
.PHONY: clean
2525
clean:

0 commit comments

Comments
 (0)