Add version info into the apps (#330)

Both worker and coordinator display version number in the console during startup. Coordinator displays its version number in the top right corner of the index.html page.
This commit is contained in:
sergystepanov 2021-07-16 18:13:20 +03:00 committed by GitHub
parent cbabe69f30
commit 30d104ee98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 59 additions and 5 deletions

View file

@ -113,4 +113,4 @@ jobs:
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v2
- run: docker build .
- run: docker build --build-arg VERSION=$(./scripts/version.sh) .