Skip to content

Commit

Permalink
chore(dev): Use cache
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Mar 28, 2024
1 parent 867e168 commit d6135a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build() {
echo -e "Building \033[0;32m$PHPCTL_IMAGE\033[0m"
# shellcheck disable=SC2068
# shellcheck disable=SC2154
$PHPCTL_RUNTIME buildx build --no-cache \
$PHPCTL_RUNTIME buildx build \
--build-arg PHP="$PHP_VERSION" \
--build-arg COMPOSER_AUTH="$COMPOSER_AUTH" \
--build-arg HOST_USER="$(whoami)" \
Expand Down

0 comments on commit d6135a4

Please sign in to comment.