Skip to content

Commit

Permalink
Create publish-gardenlinux-images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skateball authored Oct 17, 2024
1 parent fb31495 commit ec6c9a7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/publish-gardenlinux-images.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: publish gardenlinux containers to github.com
on:
workflow_dispatch:

jobs:
publish_images:
strategy:
matrix:
sapMachineVersion: [17, 21]
gardenLinuxVersion: [1592]
uses: ./.github/workflows/publish-container-images.yaml
with:
sapMachineVersion: ${{ matrix.sapMachineVersion }}
gardenLinuxVersion: ${{ matrix.gardenLinuxVersion }}

0 comments on commit ec6c9a7

Please sign in to comment.