Skip to content

Update adhoc readme for more adhoc modes (#1985) #1104

Update adhoc readme for more adhoc modes (#1985)

Update adhoc readme for more adhoc modes (#1985) #1104

Workflow file for this run

name: Build docker
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Build and push
uses: docker/build-push-action@v3
with:
platforms: linux/amd64
push: false