Skip to content

expose klems and tensor tree functions #117

expose klems and tensor tree functions

expose klems and tensor tree functions #117

name: Build Linux (Docker)
on:
push:
pull_request:
env:
# Use docker.io for Docker Hub if empty
REGISTRY: docker.io
IMAGE_NAME: pearcoding/ignis
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v3
# Build Docker image with Buildx
# https://github.com/docker/build-push-action
- name: Build Docker image
id: build-and-push
uses: docker/build-push-action@v5
with:
context: .
file: ./scripts/docker/ignis/Dockerfile-Test
push: false