Fixing breadboard importer crash for Joel with < 10 spectra in zip, a… #177
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Core Staging | |
on: | |
push: | |
branches: | |
- 'main' | |
pull_request: | |
branches: ['main'] | |
workflow_dispatch: | |
inputs: | |
env: | |
# Use docker.io for Docker Hub if empty | |
REGISTRY: ghcr.io | |
# github.repository as <account>/<repo> | |
IMAGE_NAME: ${{ github.repository }} | |
jobs: | |
staging: | |
uses: ./.github/workflows/main.yml | |
with: | |
version_format: '${major}.${minor}.${patch}-RC${increment}' | |
secrets: inherit |