Skip to content

Commit c661a87

Browse files
fix(ci): typo (datahub-project#11180)
1 parent a06b318 commit c661a87

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/docker-custom-build-and-push

1 file changed

+1
-1
lines changed

.github/actions/docker-custom-build-and-push/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ runs:
8787
TAGS="""
8888
${{ inputs.image_tag }}
8989
"""
90-
echo "SINGLE_TAG=$(echo $IMAGES | tr '\n' ' ' | awk -F' |,' '{ print $1 }'):$(echo $TAGS | tr '\n' ' ' | awk -F' ' |,'{ print $1 }')" >> $GITHUB_OUTPUT
90+
echo "SINGLE_TAG=$(echo $IMAGES | tr '\n' ' ' | awk -F' |,' '{ print $1 }'):$(echo $TAGS | tr '\n' ' ' | awk -F' |,' '{ print $1 }')" >> $GITHUB_OUTPUT
9191
id: single_tag
9292
- name: Upload image locally for testing (if not publishing)
9393
uses: ishworkh/docker-image-artifact-upload@v1

0 commit comments

Comments
 (0)