Skip to content

Commit 3486046

Browse files
committed
Use an appropriate env name for the TS image
1 parent 641d700 commit 3486046

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)