Skip to content

Create codeql.yml

Create codeql.yml #4

Workflow file for this run

name: Docker Build
on:
# push:
# branches: [ "main" ]
pull_request:
branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag odbdesign:${{github.ref_name}}-${{github.run_number}}