Skip to content

Build and Publish SapMachine container images to the SAP GitHub Container Registry #11

Build and Publish SapMachine container images to the SAP GitHub Container Registry

Build and Publish SapMachine container images to the SAP GitHub Container Registry #11

name: Build and Publish SapMachine container images to the SAP GitHub Container Registry
on:
schedule:
- cron: '0 1 * * *' # Runs every day at 1:00 AM (UTC)
workflow_dispatch:
jobs:
publish_images:
strategy:
matrix:
sapMachineVersion: [17, 21, 23]
gardenLinuxVersion: [1592]
uses: ./.github/workflows/publish-container-images.yaml
with:
sapMachineVersion: ${{ matrix.sapMachineVersion }}
gardenLinuxVersion: ${{ matrix.gardenLinuxVersion }}