Skip to content

Publish to dockerhub by github CI #8

Publish to dockerhub by github CI

Publish to dockerhub by github CI #8

Workflow file for this run

name: Build
on:
pull_request:
branches: ["*"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: "true"
- name: Build the Docker image
run: docker build . --file Dockerfile