Skip to content

Upgrade matomo to 5.1.0 #7

Upgrade matomo to 5.1.0

Upgrade matomo to 5.1.0 #7

Workflow file for this run

name: Matomo
on:
push:
branches:
- 'main'
paths:
- 'matomo/**'
jobs:
matomo:
name: Deploy Matomo Image
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- name: Publish Docker Image
uses: openzim/docker-publish-action@v10
with:
image-name: kiwix/matomo
on-master: 5.1.0-fpm
restrict-to: kiwix/container-images
context: matomo
registries: ghcr.io
credentials:
GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}