-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): enable bridge withdrawer building with tag (#1374)
## 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
- Loading branch information
Showing
3 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters