Skip to content

Bump SonarAnalyzer.CSharp from 10.4.0.108396 to 10.5.0.109200 #267

Bump SonarAnalyzer.CSharp from 10.4.0.108396 to 10.5.0.109200

Bump SonarAnalyzer.CSharp from 10.4.0.108396 to 10.5.0.109200 #267

Workflow file for this run

name: Build, Create & Push Docker images
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize]
workflow_dispatch:
env:
ContainerRegistryPAT: ${{ secrets.PERSONAL_ACCESS_TOKEN || 'dependabot_placeholder_pat' }}
ContainerRegistryUsername: ${{ secrets.USERNAME || 'dependabot_placeholder_username' }}
GitAuthorUsername: 'Vasil Kotsev'
GitAuthorEmail: '[email protected]'
jobs:
publish-images:
name: Publish API images to the container registry
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.x.x
- name: Build & Push images to the container registry
run: ./build.sh PushImagesToContainerRegistry