Skip to content

chore: update pre-commit hooks #973

chore: update pre-commit hooks

chore: update pre-commit hooks #973

Workflow file for this run

name: Docker Image Build
on: # yamllint disable-line rule:truthy
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
Docker:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Build Docker Image
run: make oci-image