Skip to content

Commit

Permalink
Rebuild matomo-log-analytics also when matomo is upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Dec 4, 2023
1 parent 64dbb73 commit fa864b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/matomo-log-analytics_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'main'
paths:
- 'matomo-log-analytics/**'
- 'matomo/**'

jobs:

Expand Down
1 change: 1 addition & 0 deletions matomo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ RUN curl -L -o /tmp/libmaxminddb-$LIBMMDBVERSION.tar.gz \
tar -C /tmp -xf /tmp/MaxMind-DB-Reader-php-$MMDBREADERVERSION.tar.gz && \
cd /tmp/MaxMind-DB-Reader-php-$MMDBREADERVERSION/ext && phpize && ./configure && \
make && make install && docker-php-ext-enable maxminddb

0 comments on commit fa864b7

Please sign in to comment.