From cf9450cde47d0ec47b878281b3a6a29b726f8d41 Mon Sep 17 00:00:00 2001 From: Jack Schaffner Date: Wed, 8 May 2024 01:11:47 -0700 Subject: [PATCH] Update steam working directory and switch steamcmd image base back to latest. (#70) --- Dockerfile | 2 +- steam_deploy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4f81275..365dc81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM steamcmd/steamcmd:ubuntu-22 +FROM steamcmd/steamcmd:latest COPY steam_deploy.sh /root/steam_deploy.sh ENTRYPOINT ["/root/steam_deploy.sh"] diff --git a/steam_deploy.sh b/steam_deploy.sh index f6f2a60..b7ac1be 100755 --- a/steam_deploy.sh +++ b/steam_deploy.sh @@ -2,7 +2,7 @@ set -euo pipefail IFS=$'\n\t' -steamdir=${STEAM_HOME:-$HOME/Steam} +steamdir=${STEAM_HOME:-$HOME/.steam/root} # this is relative to the action contentroot=$(pwd)/$rootPath