Skip to content

Merge pull request #234 from pixlise/bugfix/new-scan-notification #236

Merge pull request #234 from pixlise/bugfix/new-scan-notification

Merge pull request #234 from pixlise/bugfix/new-scan-notification #236

Workflow file for this run

name: Core Development
on:
push:
branches:
- development
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:
prerelease:
uses: ./.github/workflows/main.yml
with:
version_format: '${major}.${minor}.${patch}-prerelease.${increment}'
secrets: inherit