Skip to content

Import ViSR UI app

Import ViSR UI app #5

Workflow file for this run

name: Publish ViSR Docker Image
on:
release:
types: [published]
pull_request:
workflow_dispatch:
inputs:
branch:
description: "Branch to build from"
default: "main"
required: true
jobs:
publish:
uses: ./.github/workflows/publish_app.yml
with:
app: visr
image: ghcr.io/DiamondLightSource/atlas/visr
branch: ${{ github.event.inputs.branch || 'main' }}