Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lazerg committed Jun 25, 2024
1 parent 0f8ee16 commit fcbc7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ for version in "${versions[@]}"; do
major_minor=$(echo $version | cut -d '.' -f1,2 | tr -d '.')

# Define repository name
REPO="${REPO}/php$major_minor"
REPO="${REPO}:php$major_minor"

# Build and push image without xdebug
docker build . --file php.Dockerfile \
Expand Down

0 comments on commit fcbc7e0

Please sign in to comment.