Skip to content

Bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible #754

Bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible

Bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible #754

Workflow file for this run

---
name: Unit Tests
on:
push:
tags-ignore:
- "**"
branches:
- main
pull_request:
branches:
- main
jobs:
test-unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Run Unit Tests
run: make test-unit