Skip to content

1.6.12

1.6.12 #100

Workflow file for this run

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