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 git and build information as build arguments (#63)
<!-- Thank you for submitting a pull request to our repository. --> ## Description Add git and build information as docker build args. ## Changes Made The following build-args have been added: - GIT_REV: commit hash - GIT_VERSION: branch name or tag - GIT_URL: URL of source repository - BUILD_DATE: ISO 8601 date and time of build ## Related Issues ## Checklist <!-- Please check off the following items by putting an "x" in the box: --> - [x] I have used a PR title that is descriptive enough for a release note. - [x] 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: chicco785 <[email protected]>
- Loading branch information