Skip to content

Commit

Permalink
fix: Fix json output
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Apr 10, 2024
1 parent 94e1aaf commit 1d17ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
cat build/Dockerfile.suffix >> Dockerfile
echo "labels=$(cat build/labels.json.mo | BUILD_DATE=$(date -Iseconds) FLAVOUR=${{ matrix.flavour.name }} ./mo)" >> $GITHUB_OUTPUT
echo "labels=$(cat build/labels.json.mo | BUILD_DATE=$(date -Iseconds) FLAVOUR=${{ matrix.flavour.name }} ./mo | paste -s -d ' ')" >> $GITHUB_OUTPUT
rm mo
env:
Expand Down

0 comments on commit 1d17ed7

Please sign in to comment.