Skip to content

Upgrade user interface to use Vite #1

Upgrade user interface to use Vite

Upgrade user interface to use Vite #1

Workflow file for this run

name: Build Corelle API image
permissions: read-all
on:
push:
branches: ["main"]
tags:
- "v*.*.*" # glob for semver tags (including prereleases)
pull_request:
branches: [main]
jobs:
build-api-image:
uses: UW-Macrostrat/build-push/.github/workflows/build-push.yaml@main
secrets: inherit
with:
context: .
image: "hub.opensciencegrid.org/macrostrat/corelle-api"
build-frontend-image:
uses: UW-Macrostrat/build-push/.github/workflows/build-push.yaml@main
secrets: inherit
with:
context: ./frontend
image: "hub.opensciencegrid.org/macrostrat/corelle-demo-app"