File tree Expand file tree Collapse file tree 3 files changed +9
-83
lines changed Expand file tree Collapse file tree 3 files changed +9
-83
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66 platform :
77 required : true
88 type : string
9+ platform_pair :
10+ required : true
11+ type : string
912 registry_image :
1013 required : true
1114 type : string
1518 buildpack :
1619 required : true
1720 type : string
21+ runs_on :
22+ required : true
23+ type : string
1824
1925jobs :
2026 build :
27+ runs-on : ${{ inputs.runs_on }}
2128 steps :
22- -
23- name : Prepare Platform Environment
24- run : |
25- platform=${{ inputs.platform }}
26- echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
2729 -
2830 name : Checkout
2931 uses : actions/checkout@v4
6870 name : Upload digest
6971 uses : actions/upload-artifact@v4
7072 with :
71- name : digests-${{ env.PLATFORM_PAIR }}
73+ name : digests-${{ inputs.platform_pair }}
7274 path : /tmp/digests/*
7375 if-no-files-found : error
7476 retention-days : 1
Original file line number Diff line number Diff line change 1515 default : ' hackmdio/buildpack:16.20.2-35fe7e39'
1616 registry_image :
1717 description : ' image name'
18- required : false
18+ required : true
1919 default : ' hackmdio/hackmd'
2020
2121jobs :
You can’t perform that action at this time.
0 commit comments