Skip to content

Commit

Permalink
Notification + diff
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderM91 committed Oct 17, 2024
1 parent 5ea51f6 commit d5b08dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/compare-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ IMAGE_TAG=$1

# Run the Docker image and output the required information
docker run -i --rm "$IMAGE_TAG" sh -s <<'EOF'
echo "=== Alpine Version ==="
cat /etc/alpine-release
echo ""
echo "=== Installed PHP Extensions ==="
docker-php-source extract
for ext in `ls /usr/src/php/ext`; do
Expand Down

0 comments on commit d5b08dc

Please sign in to comment.