Skip to content

Commit 445b5ee

Browse files
authored
Revert "Update steam working directory and switch steamcmd image base back to…" (#71)
This reverts commit cf9450c.
1 parent cf9450c commit 445b5ee

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:latest
1+
FROM steamcmd/steamcmd:ubuntu-22
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/root}
5+
steamdir=${STEAM_HOME:-$HOME/Steam}
66
# this is relative to the action
77
contentroot=$(pwd)/$rootPath
88

0 commit comments

Comments
 (0)