File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change
1
+ PROJECT := backing-image-manager
1
2
TARGETS := $(shell ls scripts)
2
3
MACHINE := longhorn
3
4
# Define the target platforms that can be used across the ecosystem.
@@ -27,9 +28,9 @@ buildx-machine:
27
28
# - IID_FILE_FLAG: optional, options to generate image ID file
28
29
.PHONY : workflow-image-build-push workflow-image-build-push-secure
29
30
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
31
32
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
33
34
34
35
trash : .dapper
35
36
./.dapper -m bind trash
You can’t perform that action at this time.
0 commit comments