mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-09 18:28:08 +08:00
fix: multiline output in docker image workflow
This commit is contained in:
parent
dc14ccd7fd
commit
3e24898488
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user