LF-Decentralized-Trust-labs / paladin

Programmable privacy for EVM
https://lf-decentralized-trust-labs.github.io/paladin
Apache License 2.0
15 stars 6 forks source link

Minor fix for PR 422 #423

Closed dwertent closed 1 week ago

dwertent commented 1 week ago

In Pull Request #422, we first pulled the image before retagging it. This caused the image to be downloaded based on the architecture of the runner, meaning the ARM64 version was not published under the final tag. In this Pull Request, I fixed the issue by creating the manifest for each tag instead of pulling and retagging

image