Skip to content

Commit

Permalink
Makefile: all shouldn't push an image
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Jun 1, 2022
1 parent 00a590a commit 6088f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ IMAGE_REFERENCE = ghcr.io/vdemeester/buildkit-tekton/frontend
RUNTIME = docker


all: image/push
all: image

.PHONY: image/push
image/push: image
Expand Down

0 comments on commit 6088f5b

Please sign in to comment.