Skip to content

Commit 6088f5b

Browse files
committed
Makefile: all shouldn't push an image
Signed-off-by: Vincent Demeester <[email protected]>
1 parent 00a590a commit 6088f5b

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
@@ -3,7 +3,7 @@ IMAGE_REFERENCE = ghcr.io/vdemeester/buildkit-tekton/frontend
33
RUNTIME = docker
44

55

6-
all: image/push
6+
all: image
77

88
.PHONY: image/push
99
image/push: image

0 commit comments

Comments
 (0)