We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06b318 commit c661a87Copy full SHA for c661a87
.github/actions/docker-custom-build-and-push/action.yml
@@ -87,7 +87,7 @@ runs:
87
TAGS="""
88
${{ inputs.image_tag }}
89
"""
90
- echo "SINGLE_TAG=$(echo $IMAGES | tr '\n' ' ' | awk -F' |,' '{ print $1 }'):$(echo $TAGS | tr '\n' ' ' | awk -F' ' |,'{ print $1 }')" >> $GITHUB_OUTPUT
+ echo "SINGLE_TAG=$(echo $IMAGES | tr '\n' ' ' | awk -F' |,' '{ print $1 }'):$(echo $TAGS | tr '\n' ' ' | awk -F' |,' '{ print $1 }')" >> $GITHUB_OUTPUT
91
id: single_tag
92
- name: Upload image locally for testing (if not publishing)
93
uses: ishworkh/docker-image-artifact-upload@v1
0 commit comments