Skip to content

Dockerize

Dockerize #5

Workflow file for this run

---
on:
pull_request:
push:
branches: [main]
schedule:
- cron: '0 0 * * 1,2,3,4,5'
workflow_dispatch:
name: docker
jobs:
docker:
name: Docker actions
uses: RMI-PACTA/actions/.github/workflows/docker.yml@main
with:
build-platform: |
[
"linux/amd64"
"linux/arm64"
]