Skip to content

Fix job name

Fix job name #334

Workflow file for this run

name: Build docker image
on:
push:
branches:
- master
tags:
- '*'
env:
BASE_IMAGE_STABILITY_TAG: 4.52.2
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
jobs:
matomo-5:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions
with:
version: '5.1.0'
php_ver: 8.2
tags: 5.1,5,latest