diff --git a/buildDockerImages.sh b/buildDockerImages.sh index f4e66f4..629e88b 100755 --- a/buildDockerImages.sh +++ b/buildDockerImages.sh @@ -1,3 +1,3 @@ #!/bin/bash echo "Building PHP8 image..." && -cd ./docker/php8 && docker buildx build --platform linux/amd64,linux/arm64 --push . -t ghcr.io/danielme85/lltdb-testbench:latest +cd ./docker/php8 && docker buildx build --push . -t ghcr.io/danielme85/lltdb-testbench:latest