Skip to content

Build and push Docker images #9

Build and push Docker images

Build and push Docker images #9

Workflow file for this run

name: Build and push Docker images
on:
workflow_dispatch:
#schedule:
# - cron: '0 1 * * 1'
jobs:
java-minimal:
uses: ./.github/workflows/main-workflow-template.yml
with:
image: java-minimal
context: java-minimal
base_image: base
java_version_1: 11
java_version_2: 17
java_version_3: 20
secrets: inherit