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
Description
We are experiencing issues with the naming conventions used in our local Docker build process. The current naming scheme leads to confusion an conflicts when deploying local images on the local cluster using just commands.
┆Issue Number: ENG-952
The text was updated successfully, but these errors were encountered:
## Summary
This pull request addresses an issue with the naming conventions used in
the local Docker build process.
## Background
The build tags were previously not adhering to the expected naming
scheme, leading to confusion and potential conflicts during chart
deployment with local images using just commands.
## Changes
Updated the Docker build script to ensure tags are generated according
to the standard chart naming convention.
## Testing
locally running and deploying the chart both using
- `just docker-build-and-load astria-sequencer`
- `just docker-build astria-sequencer` && `just load-inage sequencer`
## Related Issues
closes#1743
Description
We are experiencing issues with the naming conventions used in our local Docker build process. The current naming scheme leads to confusion an conflicts when deploying local images on the local cluster using just commands.
┆Issue Number: ENG-952
The text was updated successfully, but these errors were encountered: