Skip to content

Add Gradio application components for image analysis and configuration #2

Add Gradio application components for image analysis and configuration

Add Gradio application components for image analysis and configuration #2

Workflow file for this run

name: Docker Build
on:
push:
branches:
- main
- develop
- "feature/**"
- "hotfix/**"
tags:
- "v*.*.*"
pull_request:
branches:
- main
- develop
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: pnstack/actions/docker-publish@main
with:
platforms: linux/amd64,linux/arm64
dockerfile: Dockerfile
context: .
push_enabled: true
registry: ghcr.io