File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ inputs:
14
14
BASE_OSG_SERIES build argument (default: 3.6)
15
15
required : false
16
16
default : ' 3.6'
17
- repo :
17
+ osg_repo :
18
18
description : >-
19
19
OSG Yum repositories enabled (including the upcoming
20
20
equivalent), intended for use with the OSG software-base image.
82
82
push : false
83
83
context : ${{ inputs.context }}
84
84
build-args : |
85
- BASE_YUM_REPO=${{ inputs.repo }}
85
+ BASE_YUM_REPO=${{ inputs.osg_repo }}
86
86
BASE_OSG_SERIES=${{ inputs.osg_series }}
87
87
TIMESTAMP_TAG=${{ steps.create_timestamp_tag.outputs.tags }}
88
88
tags : " latest"
92
92
uses : actions/cache@v2
93
93
with :
94
94
path : /tmp/.buildx-cache
95
- key : ${{ steps.generate-image-name.outputs.image }}_${{ inputs.osg_series}}_${{ inputs.repo }}_buildx_${{ github.sha }}_${{ github.run_id }}
95
+ key : ${{ steps.generate-image-name.outputs.image }}_${{ inputs.osg_series}}_${{ inputs.osg_repo }}_buildx_${{ github.sha }}_${{ github.run_id }}
You can’t perform that action at this time.
0 commit comments