From 445b5eec00d75612296ffdc0fb4eb493b46458a1 Mon Sep 17 00:00:00 2001 From: Webber Takken Date: Wed, 8 May 2024 15:52:14 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"Update=20steam=20working=20directory?= =?UTF-8?q?=20and=20switch=20steamcmd=20image=20base=20back=20to=E2=80=A6"?= =?UTF-8?q?=20(#71)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit cf9450cde47d0ec47b878281b3a6a29b726f8d41. --- Dockerfile | 2 +- steam_deploy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 365dc81..4f81275 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM steamcmd/steamcmd:latest +FROM steamcmd/steamcmd:ubuntu-22 COPY steam_deploy.sh /root/steam_deploy.sh ENTRYPOINT ["/root/steam_deploy.sh"] diff --git a/steam_deploy.sh b/steam_deploy.sh index b7ac1be..f6f2a60 100755 --- a/steam_deploy.sh +++ b/steam_deploy.sh @@ -2,7 +2,7 @@ set -euo pipefail IFS=$'\n\t' -steamdir=${STEAM_HOME:-$HOME/.steam/root} +steamdir=${STEAM_HOME:-$HOME/Steam} # this is relative to the action contentroot=$(pwd)/$rootPath