Skip to content

Commit

Permalink
#2286: do not use cache when building docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Nov 15, 2024
1 parent 11c64cf commit f2bcaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_containers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ diff_latest() {
# Decide which docker compose command to use:
if diff_latest | grep -i dockerfile > /dev/null
then
echo "build --pull"
echo "build --no-cache --pull"
else
echo "pull --ignore-pull-failures"
fi

0 comments on commit f2bcaea

Please sign in to comment.