We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4cd92 commit ba6a576Copy full SHA for ba6a576
Makefile
@@ -8,7 +8,7 @@ all: push
8
container: image
9
10
image:
11
- docker build -t $(PREFIX)/$(REPO_NAME) . # Build new image and automatically tag it as latest
+ docker build --no-cache -t $(PREFIX)/$(REPO_NAME) . # Build new image and automatically tag it as latest
12
docker tag $(PREFIX)/$(REPO_NAME) $(PREFIX)/$(REPO_NAME):$(TAG) # Add the version tag to the latest image
13
14
push: image
0 commit comments