Skip to content

Commit ba6a576

Browse files
committed
Add --no-cache
1 parent 4b4cd92 commit ba6a576

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
@@ -8,7 +8,7 @@ all: push
88
container: image
99

1010
image:
11-
docker build -t $(PREFIX)/$(REPO_NAME) . # Build new image and automatically tag it as latest
11+
docker build --no-cache -t $(PREFIX)/$(REPO_NAME) . # Build new image and automatically tag it as latest
1212
docker tag $(PREFIX)/$(REPO_NAME) $(PREFIX)/$(REPO_NAME):$(TAG) # Add the version tag to the latest image
1313

1414
push: image

0 commit comments

Comments
 (0)