Skip to content

Commit f4b1514

Browse files
committed
Don't trim tags when users specify output_image
1 parent 15491aa commit f4b1514

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
@@ -104,7 +104,7 @@ runs:
104104
DEFAULT_TAG=${OSG_SERIES}-${OSG_REPO}
105105
106106
if [[ -n "${OUTPUT_IMAGE}" ]]; then
107-
IMAGE_NAME=${OUTPUT_IMAGE%:*}
107+
IMAGE_NAME=${OUTPUT_IMAGE}
108108
elif [[ ${{ inputs.context }} == "." ]] || \
109109
[[ ${{ inputs.context }} == "./" ]]; then
110110
# Try to guess the image name from our docker repo naming conventions

0 commit comments

Comments
 (0)