Skip to content

Updated build process to build Multiplier from sdk if available, save… #4

Updated build process to build Multiplier from sdk if available, save…

Updated build process to build Multiplier from sdk if available, save… #4

Workflow file for this run

name: Docker Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build Docker image
run: |
docker build .