Skip to content

Commit 6262569

Browse files
committed
Clarify input/output descriptions
1 parent 7c858e2 commit 6262569

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

action.yml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,18 @@ inputs:
88
required: false
99
default: ''
1010
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)
1215
required: false
1316
default: '3.6'
1417
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)
1623
required: false
1724
default: 'release'
1825
context:
@@ -32,9 +39,13 @@ inputs:
3239
default: ''
3340

3441
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+
3849
runs:
3950
using: "composite"
4051
steps:

0 commit comments

Comments
 (0)