Skip to content

Bump github.com/docker/docker from 23.0.3+incompatible to 24.0.9+incompatible in /tools #69

Bump github.com/docker/docker from 23.0.3+incompatible to 24.0.9+incompatible in /tools

Bump github.com/docker/docker from 23.0.3+incompatible to 24.0.9+incompatible in /tools #69

Workflow file for this run

name: Build all platforms
on: [ push, pull_request ]
jobs:
crossbuild:
strategy:
matrix:
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build containers
run: make all-container