Skip to content

Bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible #2202

Bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible

Bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible #2202

Workflow file for this run

---
name: Eden
on: # yamllint disable-line rule:truthy
pull_request:
branches: [master]
paths-ignore:
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run_tests:
name: Execute Eden test workflow
uses: ./.github/workflows/test.yml
with:
eve_image: "lfedge/eve:12.4.0"
secrets: inherit