Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker workflow: add
pre-build
step (#57)
## Description Add pre-build step in docker workflow to run the `ci-pre-build` task from Makefile, if the file exists. This, as example, enables Go builds without vendor folder to download private dependencies before the docker build. ## Changes Made Add pre-build step in docker workflow ## Related Issues N/A ## Checklist - [x] I have used a PR title that is descriptive enough for a release note. - [ ] I have tested these changes locally. - [ ] I have added appropriate tests or updated existing tests. - [ ] I have tested these changes on a dedicated VM or a customer VM [name of the VM] - [x] I have added appropriate documentation or updated existing documentation. --------- Co-authored-by: Federico M. Facca <[email protected]>
- Loading branch information