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 6
6
platform :
7
7
required : true
8
8
type : string
9
+ platform_pair :
10
+ required : true
11
+ type : string
9
12
registry_image :
10
13
required : true
11
14
type : string
15
18
buildpack :
16
19
required : true
17
20
type : string
21
+ runs_on :
22
+ required : true
23
+ type : string
18
24
19
25
jobs :
20
26
build :
27
+ runs-on : ${{ inputs.runs_on }}
21
28
steps :
22
- -
23
- name : Prepare Platform Environment
24
- run : |
25
- platform=${{ inputs.platform }}
26
- echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
27
29
-
28
30
name : Checkout
29
31
uses : actions/checkout@v4
68
70
name : Upload digest
69
71
uses : actions/upload-artifact@v4
70
72
with :
71
- name : digests-${{ env.PLATFORM_PAIR }}
73
+ name : digests-${{ inputs.platform_pair }}
72
74
path : /tmp/digests/*
73
75
if-no-files-found : error
74
76
retention-days : 1
Original file line number Diff line number Diff line change 15
15
default : ' hackmdio/buildpack:16.20.2-35fe7e39'
16
16
registry_image :
17
17
description : ' image name'
18
- required : false
18
+ required : true
19
19
default : ' hackmdio/hackmd'
20
20
21
21
jobs :
You can’t perform that action at this time.
0 commit comments