hrm
Some checks failed
Build and push image / Build (push) Failing after 41s

This commit is contained in:
Jack 2023-09-27 19:01:42 +01:00
parent 43ecbfcb46
commit 59df0f4819
2 changed files with 4 additions and 1 deletions

View File

@ -16,6 +16,8 @@ jobs:
run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login git.tgj.services -u thatguyjack --password-stdin
- name: Buildx Container
run: docker buildx create --name buildx --driver=docker-container
- name: Steamcmd
run: apt install lib32gcc-s1 steamcmd -y && mkdir /accserver && /usr/games/steamcmd +@sSteamCmdForcePlatformType windows +force_install_dir ~/accserver +login jacksserver292 "${{ secrets.STEAMPASSWORD }}" +app_update 1430110 validate +quit
- name: Build ACC-web
run: docker buildx build --builder=buildx --platform=linux/amd64 ./acc-web -t git.tgj.services/thatguyjack/acc-web:latest --push
#run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64 ./ACC -t git.tgj.services/thatguyjack/acc:latest --push

View File

@ -20,7 +20,8 @@ RUN apt install lib32gcc-s1 steamcmd -y
RUN wget https://github.com/assetto-corsa-web/accweb/releases/download/v1.21.0/accweb_v1.21.0.zip
RUN mkdir -p /accserver
RUN /usr/games/steamcmd +@sSteamCmdForcePlatformType windows +force_install_dir ~/accserver +login jacksserver292 "${{ secrets.STEAMPASSWORD }}" +app_update 1430110 validate +quit
COPY /accserver /
#RUN /usr/games/steamcmd +@sSteamCmdForcePlatformType windows +force_install_dir ~/accserver +login jacksserver292 "${{ secrets.STEAMPASSWORD }}" +app_update 1430110 validate +quit
RUN unzip accweb_v1.21.0.zip -d /accweb