Skip to content

merge to main

merge to main #6

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}}