Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Sep 2, 2024
1 parent 5928aee commit 7d2858b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
cat << 'EOF' >> $GITHUB_STEP_SUMMARY
```
${{ fromJson(env.metadata)['image.name'] }}@${{ fromJson(env.metadata)['containerimage.digest'] }}
${{ fromJson(fromJson(env.metadata)['image.name'])[0] }}@${{ fromJson(env.metadata)['containerimage.digest'] }}
```
env:
metadata: ${{ steps.build.outputs.metadata }}
Expand Down

0 comments on commit 7d2858b

Please sign in to comment.