Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 5c491ac

Browse files
author
Sotiris Nanopoulos
authored
Fix CI break (#4090)
Fix CI break due to merge of stale branch Signed-off-by: Sotiris Nanopoulos <[email protected]>
1 parent 9667f91 commit 5c491ac

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
@@ -263,7 +263,7 @@ $(DOCKER_PUSH_WINDOWS_TARGETS):
263263
docker-linux-push: $(DOCKER_PUSH_TARGETS)
264264

265265
# notably the init container is missing here because we don't use it for windows
266-
OSM_CONTROL_PLANE_TARGETS = $(addprefix docker-push-, init-osm-controller osm-controller osm-injector osm-crds osm-crd-converter)
266+
OSM_CONTROL_PLANE_TARGETS = $(addprefix docker-push-, osm-controller osm-controller osm-injector osm-crds osm-bootstrap)
267267
.PHONY: docker-windows-push
268268
docker-windows-push: $(DOCKER_PUSH_WINDOWS_TARGETS) $(OSM_CONTROL_PLANE_TARGETS)
269269

0 commit comments

Comments
 (0)