File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,18 @@ inputs:
8
8
required : false
9
9
default : ' '
10
10
osg_series :
11
- description : ' OSG release series used to install packages'
11
+ description : >-
12
+ OSG release series used to install packages, intended for use
13
+ with the OSG software-base image. Passed along as the
14
+ BASE_OSG_SERIES build argument (default: 3.6)
12
15
required : false
13
16
default : ' 3.6'
14
17
repo :
15
- description : ' Input string that gets passed along to the docker build args'
18
+ description : >-
19
+ OSG Yum repositories enabled (including the upcoming
20
+ equivalent), intended for use with the OSG software-base image.
21
+ Passed along as the BASE_YUM_REPO build argument (default:
22
+ release)
16
23
required : false
17
24
default : ' release'
18
25
context :
@@ -32,9 +39,13 @@ inputs:
32
39
default : ' '
33
40
34
41
outputs :
35
- tags :
36
- description : generated timestamp tag
37
- value : ${{ steps.create_timestamp_tag.outputs.tags }}
42
+ tags :
43
+ description : >-
44
+ Image name, including timestamp tag. Intended for use as a unique,
45
+ immutable identifier. For example,
46
+ "opensciencegrid/osgvo-docker-pilot:3.6-release-20221207-1729"
47
+ value : ${{ steps.create_timestamp_tag.outputs.tags }}
48
+
38
49
runs :
39
50
using : " composite"
40
51
steps :
You can’t perform that action at this time.
0 commit comments