Skip to content

feat: dotnet 8.0.1 support + sonarscan 6.0 update + version bump (#30… #62

feat: dotnet 8.0.1 support + sonarscan 6.0 update + version bump (#30…

feat: dotnet 8.0.1 support + sonarscan 6.0 update + version bump (#30… #62

Workflow file for this run

name: Docker Image build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag highbyte/sonarscan-dotnet:$(date +%s)