Skip to content

Commit

Permalink
fix(build): Allow cached Docker builds
Browse files Browse the repository at this point in the history
Not as robust, but a compromise to have faster return times
  • Loading branch information
alexpovel committed Jul 19, 2022
1 parent cfd0fdb commit 4edb27b
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 @@ -21,7 +21,7 @@ isortcheck:
${RUN} isort . --check --diff

image:
@docker build --progress=plain --no-cache --tag ${LIBRARY}/${LIBRARY} .
@docker build --progress=plain --tag ${LIBRARY}/${LIBRARY} .

# Hooks need to be added here manually if other 'types' are later added:
hooks:
Expand Down

0 comments on commit 4edb27b

Please sign in to comment.