Skip to content

Commit 0ee9596

Browse files
COLDTURNIPderekbit
authored andcommitted
fix(ci): fixed project name
Signed-off-by: Raphanus Lo <[email protected]>
1 parent c7ff7ff commit 0ee9596

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
PROJECT := backing-image-manager
12
TARGETS := $(shell ls scripts)
23
MACHINE := longhorn
34
# Define the target platforms that can be used across the ecosystem.
@@ -27,9 +28,9 @@ buildx-machine:
2728
# - IID_FILE_FLAG: optional, options to generate image ID file
2829
.PHONY: workflow-image-build-push workflow-image-build-push-secure
2930
workflow-image-build-push: buildx-machine
30-
MACHINE=$(MACHINE) PUSH='true' bash scripts/package
31+
MACHINE=$(MACHINE) PUSH='true' IMAGE_NAME=$(PROJECT) bash scripts/package
3132
workflow-image-build-push-secure: buildx-machine
32-
MACHINE=$(MACHINE) PUSH='true' IS_SECURE=true bash scripts/package
33+
MACHINE=$(MACHINE) PUSH='true' IMAGE_NAME=$(PROJECT) IS_SECURE=true bash scripts/package
3334

3435
trash: .dapper
3536
./.dapper -m bind trash

0 commit comments

Comments
 (0)