Skip to content

Commit 455ede9

Browse files
committed
Use more descriptive name for OSG repo input arg (SOFTWARE-5013)
1 parent a82ab93 commit 455ede9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ inputs:
1414
BASE_OSG_SERIES build argument (default: 3.6)
1515
required: false
1616
default: '3.6'
17-
repo:
17+
osg_repo:
1818
description: >-
1919
OSG Yum repositories enabled (including the upcoming
2020
equivalent), intended for use with the OSG software-base image.
@@ -82,7 +82,7 @@ runs:
8282
push: false
8383
context: ${{ inputs.context }}
8484
build-args: |
85-
BASE_YUM_REPO=${{ inputs.repo }}
85+
BASE_YUM_REPO=${{ inputs.osg_repo }}
8686
BASE_OSG_SERIES=${{ inputs.osg_series }}
8787
TIMESTAMP_TAG=${{ steps.create_timestamp_tag.outputs.tags }}
8888
tags: "latest"
@@ -92,4 +92,4 @@ runs:
9292
uses: actions/cache@v2
9393
with:
9494
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 }}

0 commit comments

Comments
 (0)