fix: Catch System.ObjectDisposedException when the request is already disposed #224
Annotations
1 error and 3 warnings
|
Build Docker image (validation only)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c if [ -f /run/secrets/steam_username ]; then export STEAM_USERNAME=\"$(cat /run/secrets/steam_username)\"; fi && if [ -f /run/secrets/steam_password ]; then export STEAM_PASSWORD=\"$(cat /run/secrets/steam_password)\"; fi && if [ -f /run/secrets/steam_refresh_token ]; then export STEAM_REFRESH_TOKEN=\"$(cat /run/secrets/steam_refresh_token)\"; fi && export GAME_DIR=/game && dotnet SteamService.dll download --skip-sdk" did not complete successfully: exit code: 1
|
|
Build Docker image (validation only)
steam_refresh_token= is not a valid secret
|
|
Build Docker image (validation only)
steam_password= is not a valid secret
|
|
Build Docker image (validation only)
steam_username= is not a valid secret
|
Loading