Skip to content

Fix NullPointerException when checking for existence of projects without version - port upstream fix #1041

Fix NullPointerException when checking for existence of projects without version - port upstream fix

Fix NullPointerException when checking for existence of projects without version - port upstream fix #1041

Workflow file for this run

name: Build CI
on:
push:
branches:
- 'main'
- '[0-9]+.[0-9]+.x' # Release branches
paths-ignore:
- '**/*.md'
- 'docs/**'
pull_request:
branches:
- 'main'
paths-ignore:
- '**/*.md'
- 'docs/**'
workflow_dispatch:
jobs:
call-build:
uses: ./.github/workflows/_meta-build.yaml
with:
app-version: "snapshot"
publish-container: ${{ github.ref == 'refs/heads/main' }}
secrets:
registry-0-usr: ${{ github.repository_owner }}
registry-0-psw: ${{ secrets.GITHUB_TOKEN }}