You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Updates the image build to work on a specific tag when binary name and
image name don't match
## Background
The `astria-bridge-withdrawer` binary is pushed to an
`evm-bridge-withdrawer` docker package and the tag used is
`bridge-withdrawer-v<semantic version>` for releases. This is
potentially suboptimal but has already been done. Our image build script
doesn't work with this setup.
## Changes
- update image build to consider `binary-name` without `astria` prefix
and take a separate `package-name` for most instances these are the same
but for when they are not it supports it. There is also a
`binary-prefix` which can be set to provide more flexibility for the
future.
## Testing
CI/CD tests
## Related Issues
closes#1373
Due to naming differences between rust package and our automated ci scripts evm-bridge-withdrawer not currently building at tag location
┆Issue Number: ENG-722
The text was updated successfully, but these errors were encountered: