Skip to content

fix Docker and CI (?) #82

fix Docker and CI (?)

fix Docker and CI (?) #82

Workflow file for this run

name: DockerfileCI
on: [push,workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
if: ${{ ! env.ACT }}
- name: Build Docker image
if: ${{ ! env.ACT }}
run: docker build .