Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit ed6c1d8

Browse files
committed
remove --squash
1 parent 1d23ff2 commit ed6c1d8

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
@@ -2,7 +2,7 @@ IMAGE=juliohm/k8s-nfs-provisioner
22
TAG=1.2.7
33

44
build:
5-
docker build --squash -t $(IMAGE):latest .
5+
docker build -t $(IMAGE):latest .
66

77
push: build
88
docker tag $(IMAGE):latest $(IMAGE):$(TAG)

0 commit comments

Comments
 (0)