Skip to content

docs: updates the list of contributors in README #1150

docs: updates the list of contributors in README

docs: updates the list of contributors in README #1150

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