Skip to content

Commit 39baab4

Browse files
committed
feat: 🔨 added --no-cache for cleaner builds
1 parent edfddfe commit 39baab4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ do
5050
--build-arg NODE_VERSION="$NODE" \
5151
--build-arg CREATE_DATE="$timestamp" \
5252
--build-arg TARGETARCH=$TARGETARCH \
53+
--no-cache \
5354
-t local/drupal-devcontainer:"$tag"-$NODE \
5455
-t local/drupal-devcontainer:latest .
5556

0 commit comments

Comments
 (0)