Skip to content

chore(release): 3.1.0 #210

chore(release): 3.1.0

chore(release): 3.1.0 #210

Workflow file for this run

name: Combined CI / Release
on:
workflow_dispatch:
push:
tags:
- '*'
branches:
- '**'
jobs:
ci_cd:
runs-on: ubuntu-latest
steps:
- name: Workflow Dispatch and wait
if: ${{ contains(github.ref, 'renovate/playwright') }}
uses: aurelien-baudet/[email protected]
with:
workflow: Playwright
token: ${{ secrets.GITHUB_TOKEN }}
wait-for-completion: true
shared_ci_cd:
needs: ci_cd
uses: mu88/github-actions/.github/workflows/ci-cd.yml@main
with:
github-ref-name: ${{ github.ref }}
sonar-key: 'mu88_ScreenshotCreator'
sonar-additional-params: '/d:sonar.cs.opencover.reportsPaths=tests/Tests/coverage.opencover.xml'
dotnet-test-additional-params-unit-integration-tests: '/p:ExcludeByFile=\"**/Log.Prefix.cs\"'
docker-publish-mode: regular
docker-publish-project: 'src/ScreenshotCreator.Api/ScreenshotCreator.Api.csproj'
requires-docker-login: true
secrets:
sonar-token: ${{ secrets.SONAR_TOKEN }}
docker-username: ${{ secrets.DOCKERHUB_USERNAME }}
docker-token: ${{ secrets.DOCKERHUB_TOKEN }}