Skip to content

add initial gha ci and sonar cloud script #44

add initial gha ci and sonar cloud script

add initial gha ci and sonar cloud script #44

Workflow file for this run

name: Docker build
on:
push:
branches-ignore:
- "develop"
- "master"
- "release/*"
pull_request:
types: [opened, synchronize, reopened]
jobs:
docker:
runs-on: ubuntu-latest-8-cores
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build
uses: docker/build-push-action@v4