Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker: cargo: Always use release profile
Our previous attempt to pick a profile (debug or release) didn't work and we don't support running any debuggers in our containers. So let's just stick to release profile for now, that should fix tagged builds. Signed-off-by: Michal Rostecki <[email protected]>
- Loading branch information