Skip to content

52 update to sonarqube 10 #5

52 update to sonarqube 10

52 update to sonarqube 10 #5

Workflow file for this run

name: Docker Image CI
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build -t ci .
- name: Run the Docker image
run: docker run --name ci ci ; docker stop ci