overseerr
overseerr copied to clipboard
Commit Tag on startup shows $GITHUB_SHA
Description
It appears that the $GITHUB_SHA variable is not being correctly expanded to be the actual correct value as part of the docker container build.
This means that the litteral string $GITHUB_SHA
is appearing in the logs rather than the sha of the commit it was built from.
Version
1.29.1
Steps to Reproduce
- Pull sct/overseerr:latest container image
- Start sct/overseerr:latest container
- look at the logs.
Screenshots
Logs
plex-overseerr-1 | yarn run v1.22.18
plex-overseerr-1 | $ NODE_ENV=production node dist/index.js
plex-overseerr-1 | 2022-06-16T10:25:57.803Z [info]: Commit Tag: $GITHUB_SHA
plex-overseerr-1 | 2022-06-16T10:25:57.948Z [info]: Starting Overseerr version 1.29.1
plex-overseerr-1 | 2022-06-16T10:26:09.989Z [info][Notifications]: Registered notification agents
plex-overseerr-1 | 2022-06-16T10:26:10.072Z [info][Jobs]: Scheduled jobs loaded
plex-overseerr-1 | 2022-06-16T10:26:10.562Z [info][Server]: Server ready on port 5055
Platform
desktop
Device
docker
Operating System
Debian 11
Browser
N/A
Additional Context
No response
Code of Conduct
- [X] I agree to follow Overseerr's Code of Conduct
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
:tada: This issue has been resolved in version 1.31.0 :tada:
The release is available on:
-
v1.31.0
- GitHub release
Your semantic-release bot :package::rocket: