Skip to content

Commit b75a320

Browse files
committed
Update steam working directory and switch steamcmd image base back to latest.
1 parent b1925dc commit b75a320

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM steamcmd/steamcmd:ubuntu-22
1+
FROM steamcmd/steamcmd:latest
22
COPY steam_deploy.sh /root/steam_deploy.sh
33
ENTRYPOINT ["/root/steam_deploy.sh"]

steam_deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33
IFS=$'\n\t'
44

5-
steamdir=${STEAM_HOME:-$HOME/Steam}
5+
steamdir=${STEAM_HOME:-$HOME/.steam/root}
66
# this is relative to the action
77
contentroot=$(pwd)/$rootPath
88

0 commit comments

Comments
 (0)