Skip to content

Bump actions/checkout from 4 to 5 (#255) #117

Bump actions/checkout from 4 to 5 (#255)

Bump actions/checkout from 4 to 5 (#255) #117

Workflow file for this run

---
name: docker_build
on:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
docker_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Build the Docker image
run: make docker_build