Skip to content

Commit

Permalink
chore: turn off docker build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rocwind committed Aug 20, 2021
1 parent 81f480f commit 9e22d7b
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 @@ -27,7 +27,7 @@ coverage:
build-docker:
@echo "\nBuilding docker image..."
docker pull node:lts-alpine
docker build -t shmopen/code-push-server:latest .
docker build -t shmopen/code-push-server:latest --no-cache .
docker tag shmopen/code-push-server:latest shmopen/code-push-server:${VERSION}
docker push shmopen/code-push-server:${VERSION}
docker push shmopen/code-push-server:latest

0 comments on commit 9e22d7b

Please sign in to comment.