Merge pull request #595 from jmtd/OPENJDK-4008-revert-artifacts #593
This file contains hidden or 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: UBI9 OpenJDK 17 Runtime S2I Image CI | |
on: [push, pull_request] | |
env: | |
LANG: en_US.UTF-8 | |
IMAGE: ubi9-openjdk-17-runtime | |
jobs: | |
call-openjdkci: | |
uses: ./.github/workflows/image-workflow-template.yml | |
with: | |
image: ubi9-openjdk-17-runtime |