Skip to content

Commit fc2c6a6

Browse files
Merge pull request #9 from brianhlin/SOFTWARE-5013.redesign-osg-image-builds
Use an appropriate env name for the TS image
2 parents 641d700 + 3486046 commit fc2c6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ runs:
158158
BASE_YUM_REPO=${{ inputs.osg_repo }}
159159
BASE_OS=${{ inputs.base_os }}
160160
BASE_OSG_SERIES=${{ inputs.osg_series }}
161-
TIMESTAMP_TAG=${{ steps.generate-tags.outputs.ts_image }}
161+
TIMESTAMP_IMAGE=${{ steps.generate-tags.outputs.ts_image }}
162162
tags: ${{ steps.generate-tags.outputs.tag_list }}
163163
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max
164164

0 commit comments

Comments
 (0)