fix: multiline output in docker image workflow

This commit is contained in:
galargh 2023-01-14 11:34:28 +01:00
parent dc14ccd7fd
commit 3e24898488

View File

@ -30,7 +30,7 @@ jobs:
- name: Get tags
id: tags
run: |
echo "value=<<EOF" >> $GITHUB_OUTPUT
echo "value<<EOF" >> $GITHUB_OUTPUT
./bin/get-docker-tags.sh "$(date -u +%F)" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
shell: bash