Add workflow for docker build and push (#750)

* Add workflow for docker build and push
This commit is contained in:
Adi
2023-06-26 08:49:37 +02:00
committed by GitHub
parent 3d59b87f09
commit 367faaddd1
5 changed files with 73 additions and 24 deletions

View File

@@ -1,13 +1,11 @@
name: pre-commit
on:
pull_request:
push:
branches:
- main
workflow_call:
jobs:
pre-commit:
name: Pre-Commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3