Skip to content

simple test

simple test #4

Workflow file for this run

name: Docker Image CI
on:
workflow_dispatch: null
push:
paths: ['tests/ml-test.Dockerfile']
jobs:
build:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build -f tests/ml-test.Dockerfile .