mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-01 13:23:09 +00:00
fix(ci): typo (#11180)
This commit is contained in:
parent
a06b3181a1
commit
c661a8786d
@ -87,7 +87,7 @@ runs:
|
||||
TAGS="""
|
||||
${{ inputs.image_tag }}
|
||||
"""
|
||||
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
|
||||
id: single_tag
|
||||
- name: Upload image locally for testing (if not publishing)
|
||||
uses: ishworkh/docker-image-artifact-upload@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user