We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15491aa commit f4b1514Copy full SHA for f4b1514
action.yml
@@ -104,7 +104,7 @@ runs:
104
DEFAULT_TAG=${OSG_SERIES}-${OSG_REPO}
105
106
if [[ -n "${OUTPUT_IMAGE}" ]]; then
107
- IMAGE_NAME=${OUTPUT_IMAGE%:*}
+ IMAGE_NAME=${OUTPUT_IMAGE}
108
elif [[ ${{ inputs.context }} == "." ]] || \
109
[[ ${{ inputs.context }} == "./" ]]; then
110
# Try to guess the image name from our docker repo naming conventions
0 commit comments