Thanks to visit codestin.com
Credit goes to github.com

Skip to content

GitHub: Coverity scan enabling (Lnx) #5615

GitHub: Coverity scan enabling (Lnx)

GitHub: Coverity scan enabling (Lnx) #5615

name: docker-validation CI
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref_name }}-${{ github.event.number || github.sha }}
cancel-in-progress: true
jobs:
validate:
name: Docker validation
if: github.repository == 'uxlfoundation/oneDAL'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Build docker image
run: docker build . --file dev/docker/onedal-dev.Dockerfile --tag onedal-dev:latest