Skip to content

Adds a workflow for jdk21 (#59) #6

Adds a workflow for jdk21 (#59)

Adds a workflow for jdk21 (#59) #6

Workflow file for this run

name: jdk-21
on:
release:
types: [published]
push:
branches:
- 'master'
pull_request:
branches:
- 'master'
jobs:
build:
uses: ./.github/workflows/_build-template.yml
with:
base_image_version: 21-jdk
image_version: jdk-21
secrets: inherit