Skip to content

Try to prevent Renovate errors #49

Try to prevent Renovate errors

Try to prevent Renovate errors #49

Workflow file for this run

---
name: Build
"on": push
jobs:
build:
name: Build
runs-on: ubuntu-22.04
steps:
- name: BuildX
uses: docker/[email protected]
- name: Build
uses: docker/[email protected]
with:
no-cache: true
platforms: linux/amd64,linux/arm64