Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
fix workflow (#23)
Browse files Browse the repository at this point in the history

Signed-off-by: Ramkumar Chinchani <[email protected]>
  • Loading branch information
rchincha authored Sep 15, 2022
1 parent a491c9d commit 10434cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,9 @@ jobs:
echo "{\"\$manifest\": {
\"org.opencontainers.image.title\":\"${{ github.repository_owner }}/c3/${{ env.IMAGE }}\",
\"org.opencontainers.image.description\":\"$DESC\",
\"org.opencontainers.image.licenses\":\"$LICENSE\"
\"org.opencontainers.image.licenses\":\"$LICENSE\",
\"org.opencontainers.image.os\":\"${{ matrix.os }}\",
\"org.opencontainers.image.architecture\":\"${{ matrix.arch }}\"
}
}" > annotations.json
cat annotations.json
Expand Down

0 comments on commit 10434cc

Please sign in to comment.