mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-23 18:17:32 +00:00
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:
parent
cbabe69f30
commit
30d104ee98
8 changed files with 59 additions and 5 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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) .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue